sp-dev-fx-webparts/samples/react-msal-msgraph/config/serve.json

10 lines
196 B
JSON
Raw Normal View History

2017-07-21 13:53:19 -04:00
{
"port": 4321,
"initialPage": "https://localhost:5432/workbench",
"https": true,
"api": {
"port": 5432,
"entryPath": "node_modules/@microsoft/sp-webpart-workbench/lib/api/"
}
}