sp-dev-fx-webparts/samples/react-password-vault/config/serve.json

7 lines
210 B
JSON
Raw Normal View History

2022-03-21 10:27:01 -04:00
{
2023-04-13 08:47:25 -04:00
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/spfx-serve.schema.json",
2022-03-21 10:27:01 -04:00
"port": 4321,
"https": true,
2023-04-13 08:47:25 -04:00
"initialPage": "https://enter-your-SharePoint-site/_layouts/workbench.aspx"
2022-03-21 10:27:01 -04:00
}