Changed file watching development setup.

No longer launches browser.

Added watch server task for API work.

watch_all.py only displays server output and client error output.
This commit is contained in:
2021-07-11 02:38:18 -05:00
parent 80978c652a
commit c1633b0b51
3 changed files with 26 additions and 12 deletions

View File

@@ -17,7 +17,7 @@
},
"MultiShop": {
"commandName": "Project",
"launchBrowser": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:5000;https://localhost:5001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"