Compare commits

..

2 Commits

Author SHA1 Message Date
AD2025
bbc5c8eec3 add changes 2025-12-31 17:48:19 +02:00
AD2025
ece32f60e8 Force Node >= 22.12 for Angular build 2025-12-29 23:15:13 +02:00
2 changed files with 8 additions and 7 deletions

View File

@@ -26,10 +26,10 @@
"input": "public" "input": "public"
} }
], ],
"styles": [ "styles": ["src/styles.scss"],
"src/styles.scss" "outputPath": "dist",
], "baseHref": "/",
"outputPath":"dist" "deployUrl": "/"
}, },
"configurations": { "configurations": {
"production": { "production": {
@@ -87,9 +87,7 @@
"input": "public" "input": "public"
} }
], ],
"styles": [ "styles": ["src/styles.scss"]
"src/styles.scss"
]
} }
} }
} }

View File

@@ -1,6 +1,9 @@
{ {
"name": "frontend", "name": "frontend",
"version": "0.0.0", "version": "0.0.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",