sp-dev-fx-webparts/samples/react-pages-hierarchy/config/serve.json

11 lines
312 B
JSON
Raw Normal View History

{
"$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json",
"port": 4321,
"https": true,
2022-03-28 02:35:21 -04:00
"initialPage": "https://enter-your-SharePoint-site/_layouts/workbench.aspx",
"api": {
"port": 5432,
"entryPath": "node_modules/@microsoft/sp-webpart-workbench/lib/api/"
}
}