name: Frontend bundling via Bun/Node description: Bundling via Bun/Node with Make targets for typecheck and bundling
Skill: Frontend bundling via Bun/Node
Goal
Provide optional Make targets for TypeScript typecheck + bundling (Bun preferred).
Recommended targets
node_modules/make deps-frontendto install depsmake typecheckmake build(typecheck + bundle)make build-fast(bundle only)make bundle-watchmake bundle-clean