Giuliano De Luca cbcc2041d4 New sample SPFx webhooks real time (#351)
* first commit

* Implemented GetChanges API, Readme updated, New property "socket server url"

* added some scripts in order to automate the provisioning and deployment, readme updated, minor bug fix
2017-11-06 09:32:25 +02:00

12 lines
365 B
JSON

{
"$schema": "https://dev.office.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-webhooks-realtime-client-side-solution",
"id": "d4eee588-a8e6-45ce-b9e1-c40f0b92ef2d",
"version": "1.0.0.0",
"skipFeatureDeployment": true
},
"paths": {
"zippedPackage": "solution/react-webhooks-realtime.sppkg"
}
}