sp-dev-fx-webparts/samples/react-content-query-onprem/config/serve.json

11 lines
277 B
JSON
Raw Normal View History

2017-08-07 09:46:22 -04:00
{
"$schema": "https://dev.office.com/json-schemas/core-build/serve.schema.json",
2017-08-07 09:46:22 -04:00
"port": 4321,
"https": true,
"initialPage": "https://localhost:5432/workbench",
2017-08-07 09:46:22 -04:00
"api": {
"port": 5432,
"entryPath": "node_modules/@microsoft/sp-webpart-workbench/lib/api/"
}
}