This commit is contained in:
paoloar77
2025-02-19 09:57:49 +01:00
parent cdf598f9a6
commit ece72659da
2 changed files with 8 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
{
"scripts": {
"start": "node server.js",
"start:prod": "NODE_ENV=production node server.js"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.4.7",