Skip to content
Snippets Groups Projects
Commit 693fe0dd authored by Wo-ogie's avatar Wo-ogie
Browse files

chore: nodemon library 제거

parent 9a8fa72a
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"description": "2023-2 웹 시스템 설계 팀 프로젝트", "description": "2023-2 웹 시스템 설계 팀 프로젝트",
"main": "app.js", "main": "app.js",
"scripts": { "scripts": {
"start": "nodemon app", "start": "node app",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "JaeUk", "author": "JaeUk",
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0", "eslint-plugin-import": "^2.29.0",
"nodemon": "^3.0.1",
"prettier": "^3.0.3" "prettier": "^3.0.3"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment