From c3204f5df3666e1dd46f3d8caa3a5f0547a3a6d2 Mon Sep 17 00:00:00 2001 From: kjy Date: Tue, 16 Dec 2025 20:21:16 +0900 Subject: [PATCH] bun start --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 43d8133..9ca8d2b 100644 --- a/package.json +++ b/package.json @@ -27,5 +27,8 @@ "p-limit": "^7.2.0", "prisma": "7.0.1", "xlsx": "^0.18.5" + }, + "scripts": { + "start": "bun run starter.ts" } }