frontend: update outputPath in development configuration of angular.json to include 'frontend' directory
This commit is contained in:
parent
3ce4aae7bd
commit
dbd38f3c28
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user