Commit 6dd651b
fix: use vitest aliases for @braintrust/browser bundler plugins instead of workspace dep
Adding @braintrust/browser as a devDep of braintrust created a circular dependency
detected by Turborepo. Instead, alias the three bundler subpaths directly to their
TypeScript source files in integrations/browser-js/src/bundler/ within vitest.config.js.
Also alias braintrust/auto-instrumentation-configs to the workspace source to bypass
the stale npm v3.0.0-rc.29 copy in integrations/browser-js/node_modules.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 143eab9 commit 6dd651b
3 files changed
+17
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | 156 | | |
158 | 157 | | |
159 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
20 | 35 | | |
21 | 36 | | |
22 | 37 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments