Commit 5a589e3
refactor: migrate from Nx to Turborepo
Removed Nx in favor of Turborepo for simpler, more focused task orchestration.
Why Turborepo:
- Simpler and more focused than Nx
- Free Vercel Remote Cache for everyone
- Better alignment with cigen's philosophy of using platform features
- Native support for self-hosted caching (S3, Redis)
- Less overhead, cleaner configuration
Changes:
- Removed nx.json and project.json
- Added turbo.json with task definitions for build, test, lint, fmt, clippy
- Turborepo will be used for task dependency tracking and caching
Next steps:
- Update cigen to read turbo.json for task graph
- Create .cigen/ config for self-hosting
- Generate dual-provider CI (CircleCI + GitHub Actions)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 48108d2 commit 5a589e3
3 files changed
+22
-112
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments