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

10 lines
196 B
JSON
Raw Normal View History

2016-11-22 08:46:35 -05:00
{
"port": 4321,
"initialPage": "https://localhost:5432/workbench",
"https": true,
"api": {
"port": 5432,
"entryPath": "node_modules/@microsoft/sp-webpart-workbench/lib/api/"
}
}