From 99148fc51277b4e9da809505afda61d7cc17b029 Mon Sep 17 00:00:00 2001 From: creations Date: Wed, 26 Mar 2025 10:32:04 -0400 Subject: [PATCH] change to hot package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0878df3..8240d4f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "scripts": { "start": "bun run src/index.ts", - "dev": "bun run --watch src/index.ts --dev", + "dev": "bun run --hot src/index.ts --dev", "lint": "eslint", "lint:fix": "bun lint --fix", "cleanup": "rm -rf logs node_modules bun.lockdb"