From dbd38f3c2877daae425454d48d40c35ca95d4e58 Mon Sep 17 00:00:00 2001 From: juancarmore Date: Fri, 6 Jun 2025 16:46:23 +0200 Subject: [PATCH] frontend: update outputPath in development configuration of angular.json to include 'frontend' directory --- frontend/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/angular.json b/frontend/angular.json index 055b887..bbc0f0c 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -35,7 +35,7 @@ "sourceMap": true, "extractLicenses": false, "outputPath": { - "base": "../backend/public", + "base": "../backend/public/frontend", "browser": "" }, "deleteOutputPath": false,