FIX - Backend for deployment

This commit is contained in:
Manik Maity
2024-11-13 20:06:54 +05:30
parent b394bbbd07
commit 84387d4f54
3 changed files with 15 additions and 8 deletions

View File

@@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node --watch ./src/index.js"
"dev": "node --watch ./src/index.js",
"start": "node ./src/index.js"
},
"keywords": [],
"author": "",