mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-10 06:55:17 +00:00
* adding js sample to demonstrate how to use UCWA SDK and subscribe to skype status * js-skype-status: fixing extension casing for images links * removing files that are not supposed to be here * js-skype-status: adding missing import for jquery in service * js-skype-status: aligning services with react version * adding missing telemetry code * js-skype-status: updating sample's readme to match standard * updating readme to latest version of the standard
11 lines
277 B
JSON
11 lines
277 B
JSON
{
|
|
"$schema": "https://dev.office.com/json-schemas/core-build/serve.schema.json",
|
|
"port": 4321,
|
|
"https": true,
|
|
"initialPage": "https://localhost:5432/workbench",
|
|
"api": {
|
|
"port": 5432,
|
|
"entryPath": "node_modules/@microsoft/sp-webpart-workbench/lib/api/"
|
|
}
|
|
}
|