diff --git a/package.json b/package.json index ef3496e..b7401d2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "module": "./src/index.ts", "scripts": { "start": "bun ./src/index.ts", - "dev": "bun --hot ./src/index.ts", + "dev": "bun --watch ./src/index.ts", "build": "bun build ./src/index.ts" }, "type": "module",