diff --git a/package.json b/package.json index 4cb25ea..b26db8a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "type": "module", "main": "index.js", "scripts": { - "test": "nodemon index.js" + "test": "nodemon index.js", + "start": "node index.js" }, "dependencies": { "express": "^5.1.0",