11 lines
286 B
JSON
Raw Normal View History

2017-08-07 15:56:43 +02:00
{
2021-05-22 07:23:15 +07:00
"$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json",
2017-08-07 15:56:43 +02:00
"port": 4321,
"initialPage": "https://localhost:5432/workbench",
"https": true,
"api": {
"port": 5432,
"entryPath": "node_modules/@microsoft/sp-webpart-workbench/lib/api/"
}
}