web: exploring other dev environment options.

This commit is contained in:
2019-04-12 05:56:58 -05:00
parent 80c33c85c3
commit 125ffd1017
4 changed files with 48 additions and 4 deletions

10
web/dev-proxy.config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"web": {
"source": "8443",
"target": "8080"
},
"api": {
"source": "8444",
"target": "8081"
}
}