OpenCut/.moon
Cursor Agent 5e0696bc9b
fix(tooling): set bun as javascript package manager so moon auto-installs deps
With 'javascript: {}', moon v2 never adds an InstallDependencies action
to the graph, so fresh clones fail with 'vite: command not found' when
running any web/api task (#846). The javascript toolchain drives
installs and must be told bun is the package manager.

Also drop 'bun.installDependencies: true' (defaults to true, and was
inert without packageManager set) and stale comments.

Fixes #846

Co-authored-by: Maze <mazeincoding@users.noreply.github.com>
2026-07-17 21:19:13 +00:00
..
toolchains.yml fix(tooling): set bun as javascript package manager so moon auto-installs deps 2026-07-17 21:19:13 +00:00
workspace.yml feat(desktop): scaffold desktop app 2026-07-10 19:57:05 +00:00