sp-dev-fx-webparts/samples/react-questions-and-answers/config/serve.json

11 lines
286 B
JSON
Raw Normal View History

2020-09-20 12:12:43 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json",
"port": 4321,
"https": true,
"initialPage": "https://localhost:5432/workbench",
"api": {
"port": 5432,
"entryPath": "node_modules/@microsoft/sp-webpart-workbench/lib/api/"
}
}