Ajout et mise à jour de configuration d'environnement (local et development)

This commit is contained in:
Julien Gautier
2023-10-04 14:15:19 +02:00
parent 2ccc9fc858
commit b0c9dbd647
3 changed files with 40 additions and 7 deletions
+3 -1
View File
@@ -3,9 +3,11 @@
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve --configuration development",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"local": "ng build --watch --configuration local",
"lint": "ng lint",
"test": "ng test"
},
"private": true,