initial page url set to sample url
This commit is contained in:
parent
e4ada8423d
commit
22b9e11d36
|
@ -2,5 +2,5 @@
|
||||||
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/spfx-serve.schema.json",
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/spfx-serve.schema.json",
|
||||||
"port": 4321,
|
"port": 4321,
|
||||||
"https": true,
|
"https": true,
|
||||||
"initialPage": "https://2klgqp.sharepoint.com/_layouts/workbench.aspx"
|
"initialPage": "https://<your-tenant>/_layouts/workbench.aspx"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue