From 534a41e962f6a480fb78300ff201e5ba5c865f04 Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 27 Feb 2024 11:41:56 +0530 Subject: [PATCH] Add proxy config for ng serve --- angular.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/angular.json b/angular.json index bc66872..8f76cc0 100644 --- a/angular.json +++ b/angular.json @@ -96,7 +96,8 @@ "serve": { "builder": "@angular-devkit/build-angular:dev-server", "options": { - "browserTarget": "gisaf-app:build" + "browserTarget": "gisaf-app:build", + "proxyConfig": "proxy.conf.json" }, "configurations": { "production": {