From 14d015a90421d1871cdc6bcdb7aeef145d41100c Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Sun, 14 Nov 2021 15:41:28 -0800 Subject: [PATCH] Set the local target to use the new local proxy config --- frontend/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/angular.json b/frontend/angular.json index 471cd029c..033c5110d 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -211,7 +211,7 @@ "browserTarget": "mempool:build:production" }, "local": { - "proxyConfig": "proxy.conf.js", + "proxyConfig": "proxy.conf.local.js", "verbose": true }, "staging": {