Ajout d'une commande de démarrage

This commit is contained in:
Julien Gautier
2023-10-04 14:19:29 +02:00
parent 010d957656
commit f73cd3d81b
+1 -1
View File
@@ -6,7 +6,7 @@
"start": "ng serve --configuration development", "start": "ng serve --configuration development",
"build": "ng build", "build": "ng build",
"watch": "ng build --watch --configuration development", "watch": "ng build --watch --configuration development",
"local": "ng build --watch --configuration local", "local": "ng serve --configuration local",
"lint": "ng lint", "lint": "ng lint",
"test": "ng test" "test": "ng test"
}, },