🍡 mochi
SSR framework for Svelte 5 + Bun with islands-based selective hydration
Scripts
| Script | Command | Description |
|---|---|---|
| dev | bun run dev | Start dev server (live reload) |
| start | bun run start | Start production server |
| build | bun run build | Pre-build islands for prod |
| typecheck | bun run typecheck | Type-check with tsc |
| lint | bun run lint | Lint with ESLint |
| lint:fix | bun run lint:fix | Lint and auto-fix |
| format | bun run format | Format with Prettier |
| clean | bun run clean | Remove .mochi build artifacts |