Commit 81b7e5fa authored by KangMin An's avatar KangMin An
Browse files

Update : 서버 실행 Script 추가(nodemon 제거 버전).

parent e55ec4f0
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
"description": "", "description": "",
"main": "init.js", "main": "init.js",
"scripts": { "scripts": {
"dev:server": "nodemon --exec babel-node src/init.js --delay 2" "dev:server": "nodemon --exec babel-node src/init.js --delay 2",
"start": "babel-node src/init.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment