Add new targets to run locally hitting the staging backends

This commit is contained in:
Felipe Knorr Kuhn
2022-02-06 15:12:03 -08:00
parent 1c29c1b44a
commit b53da36997
2 changed files with 12 additions and 1 deletions

View File

@@ -233,6 +233,12 @@
"disableHostCheck": true,
"host": "0.0.0.0",
"verbose": false
},
"local-staging": {
"proxyConfig": "proxy.conf.staging.js",
"disableHostCheck": true,
"host": "0.0.0.0",
"verbose": false
}
}
},