---|qcm| Ajout d'une commande de démarrage

This commit is contained in:
Rampeur
2024-03-06 17:38:14 +01:00
parent 249654c419
commit fa93c0c8f2
+9
View File
@@ -1,15 +1,24 @@
{ {
"name": "headup-app", "name": "headup-app",
"version": "1.0.0", "version": "1.0.0",
"author": "Solide Apps <contact@rampeur.fr>",
"contributors": [
"Julien Gautier <rampeur@gmail.com>"
],
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"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 serve --configuration local", "local": "ng serve --configuration local",
"dev": "APP_ENV=local ng serve --configuration development",
"lint": "ng lint", "lint": "ng lint",
"test": "ng test" "test": "ng test"
}, },
"engines": {
"node": "^16.20.2 || ^18.19.1 || ^20.11.1"
},
"license": "UNLICENSED",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^17.2.3", "@angular/animations": "^17.2.3",