This commit is contained in:
2026-03-15 12:50:33 +01:00
parent dd68a6b21d
commit d907c89eb6
36 changed files with 309 additions and 286 deletions

View File

@@ -3,7 +3,8 @@
"version": "1.6",
"scripts": {
"start": "ng serve",
"build": "ng build",
"build": "ng build --configuration production",
"build:dev": "ng build --configuration development",
"deploy": "ng build --configuration production && firebase deploy",
"test": "ng test",
"lint": "ng lint --fix",