This is the default configuration for Builder Box. Hono is a lightweight, fast web framework that works excellently with Bun’s runtime.
apps/server/.env
:
apps/web/.env
:
apps/cms/.env
:
Command | Description |
---|---|
bun dev | Start all services |
bun build | Build for production |
bun dev:web | Frontend only |
bun dev:server | Backend only |
bun check-types | TypeScript validation |
bun db:push | Update database schema |
bun db:studio | Database management UI |
apps/web/src/components
apps/server/src/routers
apps/cms/src/collections