Bun monorepo with:
apps/web: TanStack Start apppackages/ui: shared React componentspackages/typescript-config: shared TypeScript config
tsgofor typecheckingoxlintfor lintingoxfmtfor formattingturbofor task orchestration
bun run dev
bun run web
bun run format
bun run check
bun run lint
bun run typecheckUse filtered commands when you only want the web app:
bun run dev:web
bun run web:dev
bun run install:web
bun run web:install
bun run format:web
bun run web:format
bun run check:web
bun run web:check
bun run lint:web
bun run web:lint
bun run test:web
bun run web:test
bun run typecheck:web
bun run web:typecheck