initial page url set to sample url

This commit is contained in:
Venkadesh sundaramurthy 2024-08-27 19:58:17 +05:30
parent e4ada8423d
commit 22b9e11d36
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/spfx-serve.schema.json",
"port": 4321,
"https": true,
"initialPage": "https://2klgqp.sharepoint.com/_layouts/workbench.aspx"
"initialPage": "https://<your-tenant>/_layouts/workbench.aspx"
}