Published
- 1 min read
bun run a file in watch mode
The solution for this is noted below
bun run a file in watch mode
Solution
bun --watch index.tsx
bun --watch test
bun --watch test
bun --hot server.ts
Try other methods by searching on the site. That is if this doesn’t work