refactorings

This commit is contained in:
2026-05-15 14:06:38 +02:00
parent 24862a33d0
commit 17cb23aa40
16 changed files with 398 additions and 309 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
"------ STARTUP": "",
"test": "npm run generate:assets && ng test",
"dev": "npm run generate:assets && ng serve",
"start": "node dist/server/server.mjs",
"start": "node scripts/static-server.mjs",
"------ CONFIGS": "",
"prepare": "husky"
},