11 lines
311 B
JSON
Raw Normal View History

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