Ajout des fichiers .env

This commit is contained in:
Rampeur
2025-08-08 18:08:01 +02:00
parent ffdc93834a
commit be44e4fdf0
6 changed files with 72 additions and 4 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"name": "hu-api",
"name": "adastra-api",
"version": "1.0.0",
"description": "Ad Astra API",
"main": "app.js",
@@ -9,7 +9,7 @@
],
"scripts": {
"start": "APP_ENV=production node ./app.js",
"dev": "APP_ENV=development nodemon ./app.js",
"dev": "APP_ENV=development node ./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",