From 21210816c9d88f374ea792e29e5eb67511058a1d Mon Sep 17 00:00:00 2001 From: shnimlz Date: Sun, 21 Sep 2025 00:39:46 -0500 Subject: [PATCH] feat: add start script to package.json for easier development --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6eb2af3..150ccdc 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "", "main": "src/main.ts", "scripts": { + "start": "npx tsx watch src/main.ts", "dev": "npx tsx watch src/main.ts" }, "keywords": [],