diff --git a/package.json b/package.json index c8bd5aa..f16158e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "node index.js" + "start": "node app.js" }, "author": "", "license": "ISC",