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 4af0a75aad
commit 18a7b13077
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
}
}
},