From b7911c5cfa851f200f089f50c6129dcc05e634e0 Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Thu, 19 Sep 2024 20:55:36 -0400 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index abc14cf..fb0d5c8 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "author": "Hri7566", "license": "ISC", "scripts": { - "start": "bun run src/index.ts", - "dev": "bun run src/index.ts --watch" + "start": "bun run src/start.ts", + "dev": "bun run src/start.ts --watch" }, "dependencies": { "@prisma/client": "5.17.0",