김동진

heroku start error 수정

...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
4 "description": "", 4 "description": "",
5 "main": "main.js", 5 "main": "main.js",
6 "scripts": { 6 "scripts": {
7 + "start": "node main.js",
7 "test": "echo \"Error: no test specified\" && exit 1" 8 "test": "echo \"Error: no test specified\" && exit 1"
8 }, 9 },
9 "author": "", 10 "author": "",
......