So to start/dev:
bun i
bun watch
(watch for code changes, on save it formats and compiles tailwind)bun dev
(for dev env)bun run build && bun preview
(for prod env)bun im-lazy:dev
(does all of the above, for dev)bun im-lazy:prod
(does all of the above, for prod)