fix: bun install symlinks

This commit is contained in:
eric
2026-03-06 23:52:27 +01:00
parent e567dad413
commit 40d621d1cf
24 changed files with 1464 additions and 56 deletions

View File

@@ -23,6 +23,6 @@ bazel run //examples/vite_monorepo:app_a_dev -- --host 127.0.0.1 --port 5173 --s
bazel run //examples/vite_monorepo:app_b_dev -- --host 127.0.0.1 --port 5174 --strictPort
```
This example relies on a `bun_install` repository named
`examples_vite_monorepo_node_modules` defined in the repo's `MODULE.bazel` and
`WORKSPACE` files.
This example maps its `bun_install` output to the canonical `@node_modules`
repository name in `MODULE.bazel`, so `bun_script` targets don't need to hard-
code a generated repository name.