Skip to content

Commit

Permalink
Replace watch with hot
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzal3x committed Jan 31, 2025
1 parent e001779 commit 109a62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/bun-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"zod": "^3.24.1"
},
"scripts": {
"dev": "bun --watch index.ts",
"dev": "bun --hot index.ts",
"build": "bun build ./index.ts --outdir ./out --target bun"
},
"paths": {
Expand Down

0 comments on commit 109a62a

Please sign in to comment.