frontend: update outputPath in development configuration of angular.json to include 'frontend' directory

This commit is contained in:
juancarmore 2025-06-06 16:46:23 +02:00
parent 3ce4aae7bd
commit dbd38f3c28

View File

@ -35,7 +35,7 @@
"sourceMap": true, "sourceMap": true,
"extractLicenses": false, "extractLicenses": false,
"outputPath": { "outputPath": {
"base": "../backend/public", "base": "../backend/public/frontend",
"browser": "" "browser": ""
}, },
"deleteOutputPath": false, "deleteOutputPath": false,