버그 수정

This commit is contained in:
2025-04-22 20:19:17 +09:00
parent 5b719b6766
commit 0306ebc890
15 changed files with 72 additions and 43 deletions
+4 -1
View File
@@ -3,7 +3,10 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "NODE_ENV=production node app.js",
"cleanup": "lsof -ti:3030 | xargs kill -9 || true",
"dev": "npm run cleanup && NODE_ENV=development nodemon app.js",
"test": "NODE_ENV=test jest"
},
"keywords": [],
"author": "",