Mise à jour des environnements
This commit is contained in:
+3
-3
@@ -8,16 +8,16 @@
|
||||
"Julien Gautier <rampeur@gmail.com>"
|
||||
],
|
||||
"scripts": {
|
||||
"mongo:start": "docker run --name hu-mongo -p 27017:27017 mongo & sleep 5",
|
||||
"start": "APP_ENV=production node ./app.js",
|
||||
"dev": "APP_ENV=development node ./app.js",
|
||||
"dev": "APP_ENV=development nodemon ./app.js",
|
||||
"local": "APP_ENV=local nodemon ./app.js",
|
||||
"test": "newman run ./tests/api-tests.postman.json -e ./tests/env-api-tests.postman.json",
|
||||
"stop": "lsof -ti :3200 | xargs kill",
|
||||
"mongo:start": "docker run --name hu-mongo -p 27017:27017 mongo & sleep 5",
|
||||
"mongo:stop": "docker stop hu-mongo && docker rm hu-mongo"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16.20.1 || ^18.16.1 || ^20.3.1"
|
||||
"node": "^16.20.2 || ^18.19.1 || ^20.11.1"
|
||||
},
|
||||
"license": "UNLICENSED",
|
||||
"private": true,
|
||||
|
||||
Reference in New Issue
Block a user