sp-dev-fx-webparts/samples/react-kanban-board/config/serve.json

7 lines
198 B
JSON
Raw Normal View History

{
2024-06-01 19:01:08 -04:00
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/spfx-serve.schema.json",
"port": 4321,
"https": true,
2024-06-01 19:01:08 -04:00
"initialPage": "https://{tenantDomain}/_layouts/workbench.aspx"
}