diff --git a/package.json b/package.json index 2129665..ded4480 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "main": "app.js", "scripts": { - "start": "node app.js", + "start": "node index.js", "test": "node --test test/*.test.js" }, "dependencies": {