Commit Graph
16 Commits
Author SHA1 Message Date
Asep Haryana Saputra 22e9f5d536 Normalize root package metadata 2026-05-22 13:06:43 +00:00
Asep Haryana Saputra 99285d1663 Finalize scaffold lockfile and implementation plan 2026-05-22 13:05:59 +00:00
Asep Haryana Saputra 1712108382 Document fullstack app commands and fix Moon config 2026-05-22 13:04:43 +00:00
Asep Haryana Saputra da18375c92 Verify fullstack scaffold builds
- Install bun dependencies and generate bun.lock
- Add @types/bun to API dev dependencies for Bun type support
- Add @types/react and @types/react-dom to web dev dependencies
- Fix web tsconfig.node.json composite project emit configuration
- Verify all packages typecheck and build successfully
- Verify API health and status endpoints respond correctly

All verification steps passed:
- bun install: 354 packages installed
- packages/shared typecheck: OK
- packages/shared build: OK (dist generated)
- apps/api typecheck: OK
- apps/api build: OK (0.76 MB bundle)
- apps/web typecheck: OK
- apps/web build: OK (dist generated)
- API /health endpoint: {"status":"ok"}
- API /api/v1/status endpoint: {"name":"ZeaVis Edu","status":"ok","version":"0.1.0"}
2026-05-22 12:53:15 +00:00
Asep Haryana Saputra 40c4424a1f Fix web project reference config 2026-05-22 12:46:24 +00:00
Asep Haryana Saputra 62f45ed454 Add React web scaffold 2026-05-22 12:41:55 +00:00
Asep Haryana Saputra 393779f81d Include shared outputs in API typecheck inputs 2026-05-22 12:36:05 +00:00
Asep Haryana Saputra 33ada3f1a7 Include shared outputs in API build inputs 2026-05-22 12:33:20 +00:00
Asep Haryana Saputra 2e64e67156 Link API tasks to shared package build 2026-05-22 12:28:54 +00:00
Asep Haryana Saputra 5e38c9276a Add Elysia API scaffold 2026-05-22 12:25:41 +00:00
Asep Haryana Saputra e543226209 Build shared package outputs 2026-05-22 12:19:33 +00:00
Asep Haryana Saputra c3eed82262 Add shared TypeScript package 2026-05-22 12:17:13 +00:00
Asep Haryana Saputra 4413133bf3 Add Bun and Moon workspace configuration 2026-05-22 12:14:27 +00:00
Asep Haryana SaputraandClaude Opus 4.7 81bce711b6 Document fullstack monorepo scaffold design.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-22 12:08:28 +00:00
Asep Haryana Saputra 23284ff288 Add CLAUDE.md for project guidance and common commands 2026-05-22 11:48:39 +00:00
elytra7 b2659dcd4e bebas 2026-05-22 14:23:45 +08:00