delete unnecessary definitions

This commit is contained in:
Tobias Maestrini 2024-10-06 02:03:46 +02:00
parent 17d361bb6c
commit bb268ca718
1 changed files with 1 additions and 5 deletions

View File

@ -2,9 +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://{tenantDomain}/_layouts/workbench.aspx", "initialPage": "https://{tenantDomain}/_layouts/workbench.aspx"
"api": {
"port": 5432,
"entryPath": "node_modules/@microsoft/sp-webpart-workbench/lib/api/"
}
} }