Refactoring

This commit is contained in:
2026-03-29 23:23:33 +02:00
parent 43d61fcf16
commit 8a602bd2db
124 changed files with 1313 additions and 758 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"dev": "ng serve --configuration local --port 4201",
"serve": "ng serve --configuration local --port 4201",
"dev": "APP_ENV=development ng serve --port 4300 --configuration development",
"local": "APP_ENV=local ng serve --port 4400 --configuration local",
"lint": "ng lint",
"test": "ng test"