flatten build output to dist/

This commit is contained in:
2026-04-23 04:14:55 +04:00
parent cebed785d5
commit 7044222a42
11 changed files with 7 additions and 3 deletions

View File

@@ -20,6 +20,10 @@
"build": {
"builder": "@angular/build:application",
"options": {
"outputPath": {
"base": "dist",
"browser": ""
},
"browser": "src/main.ts",
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",