Update references to the JS proxy config

This commit is contained in:
Felipe Knorr Kuhn 2021-10-22 11:52:23 -07:00
parent 82a3658ef5
commit 8bc0a4d873

View File

@ -211,11 +211,11 @@
"browserTarget": "mempool:build:production"
},
"local": {
"proxyConfig": "proxy.conf.json",
"proxyConfig": "proxy.conf.js",
"verbose": true
},
"staging": {
"proxyConfig": "proxy.stg.conf.json",
"proxyConfig": "proxy.conf.js",
"disableHostCheck": true,
"host": "0.0.0.0",
"verbose": true