From 72b9109ece799d4f002b8f90c3517b7796e58e81 Mon Sep 17 00:00:00 2001 From: akastijn Date: Sat, 8 Nov 2025 21:40:53 +0100 Subject: [PATCH] Configure additional assets output path in `angular.json`. --- frontend/angular.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/angular.json b/frontend/angular.json index e6c7c36..20b2ae3 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -30,6 +30,11 @@ "glob": "**/*", "input": "public", "output": "public" + }, + { + "glob": "**/*", + "input": "public", + "output": "assets" } ], "styles": [