From cd471d67a9f8a4582b7344a39bd5e419358c76d7 Mon Sep 17 00:00:00 2001 From: "Nik (Claude)" Date: Mon, 15 Jun 2026 22:44:05 +0300 Subject: [PATCH] add start script for Coolify nixpacks --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f50b507..f7544b6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node index.js" }, "repository": { "type": "git",