imbytecat
b149cc5dc0
refactor: decentralize turbo task config — move compile/dist to workspace turbo.json
Sink package-specific tasks from root turbo.json into workspace configs:
- compile/compile:* → apps/server/turbo.json (only server compiles binaries)
- dist/dist:* → apps/desktop/turbo.json (only desktop distributes)
- Cross-package deps (desktop→server#compile) owned by desktop config
- Desktop dist scripts no longer bypass Turbo by calling bun run build
Root turbo.json reduced from 16 to 4 generic lifecycle tasks.
2026-02-08 23:26:24 +08:00
..
2026-01-21 15:00:11 +08:00
2026-02-07 05:04:53 +08:00
2026-01-21 15:50:39 +08:00
2026-02-08 22:25:30 +08:00
2026-02-08 19:19:18 +08:00
2026-02-08 22:47:39 +08:00
2026-01-22 16:46:54 +08:00
2026-02-08 22:25:30 +08:00
2026-01-21 15:00:11 +08:00
2026-02-08 23:26:24 +08:00
2026-02-07 22:13:16 +08:00