Files
cfw-autumn/scripts
amianthus fe222b9945 fix(dw): 🐛 run bun install at start of setup so fresh worktrees have tsx
Conductor/Superset clone a bare worktree with no node_modules. The
legacy .superset/setup.sh ran bun install; cmdSetup did not, so
drizzle-kit generate (which executes the temp .ts drizzle config via
NODE_OPTIONS=--import tsx) failed with ERR_MODULE_NOT_FOUND for tsx. Now
cmdSetup runs bun install at the very top — Bun no-ops when lockfile
matches, so the cost on repeat runs is negligible.
2026-05-16 15:13:51 +01:00
..
2026-04-24 19:13:44 +01:00
2026-04-27 14:01:26 +01:00
2026-05-14 20:25:02 +08:00
2026-04-23 17:44:57 +01:00