Bob German 980b0b3fcd Updated react-bot-framework sample to SPFx 1.7 (#783)
* Updated to v1.7

* Fixed version history in readme
2019-02-09 12:05:04 +02:00

11 lines
286 B
JSON

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