Velin Georgiev 45e81c8a6c App Settings sample updated to v1.7.1, devops pipelines added (#803)
* App Settings sample updated to v1.7.1, devops pipelines definitions added

* added build, release and config files for AzureDevops
2019-03-09 12:33:33 +02:00

11 lines
286 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json",
"port": 4321,
"initialPage": "https://localhost:5432/workbench",
"https": true,
"api": {
"port": 5432,
"entryPath": "node_modules/@microsoft/sp-webpart-workbench/lib/api/"
}
}