Compare commits

..

4 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
AD2025
ff8bb04422 Merge branch 'main' of https://gitea.fitsyncclinic.com/ahmed/quiz-frontend 2025-12-29 22:10:16 +02:00
AD2025
acc132149d add changes 2025-12-29 22:09:43 +02:00
2 changed files with 8 additions and 6 deletions

View File

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

View File

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