From ff7f6107ce9e29d4c4039b2c92a6b5fea8386b88 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 17 Jun 2025 13:53:53 +0200 Subject: [PATCH] add start command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",