sp-dev-fx-webparts/samples/react-image-editor/config/serve.json

11 lines
311 B
JSON
Raw Normal View History

2021-03-16 05:49:35 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json",
"port": 4321,
"https": true,
2021-03-17 14:45:38 -04:00
"initialPage": "https://contoso.sharepoint.com/_layouts/15/workbench.aspx",
2021-03-16 05:49:35 -04:00
"api": {
"port": 5432,
"entryPath": "node_modules/@microsoft/sp-webpart-workbench/lib/api/"
}
}