Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroMartinSteenstrup committed Apr 3, 2024
1 parent 340cc90 commit 05bc912
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 853 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ Cela va extraire les variables d'environnement du fichier `.env` et lancer le se
Celui-ci sera immédiatement disponible à l'adresse http://localhost:3000/

le serveur:
`node --env-file=../.env src/backend/server.js`
```shell
node --env-file=../.env src/backend/server.js`
node --env-file=../.env.local src/index.js
```

## site le déploiement

Expand Down
Loading

0 comments on commit 05bc912

Please sign in to comment.