Open Tuanm opened 1 year ago
Since bun run and bun build commands have been supporting the --watch flag [^1] for auto-reloading on every file change, it'll be more convenient if the PocketBase application gets restarted when our TypeScript hooks get modified during bun dev.
bun run
bun build
--watch
bun dev
[1] https://bun.sh/docs/runtime/hot
Since
bun run
andbun build
commands have been supporting the--watch
flag [^1] for auto-reloading on every file change, it'll be more convenient if the PocketBase application gets restarted when our TypeScript hooks get modified duringbun dev
.[1] https://bun.sh/docs/runtime/hot