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

7 lines
198 B
JSON
Raw Normal View History

2023-10-04 16:22:21 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/spfx-serve.schema.json",
"port": 4321,
"https": true,
"initialPage": "https://{tenantDomain}/_layouts/workbench.aspx"
}