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

10 lines
196 B
JSON
Raw Normal View History

2017-05-04 14:55:19 -04:00
{
"port": 4321,
"initialPage": "https://localhost:5432/workbench",
"https": true,
"api": {
"port": 5432,
"entryPath": "node_modules/@microsoft/sp-webpart-workbench/lib/api/"
}
}