Replies: 1 comment
-
|
You're nesting Turborepos, which isn't a supported pattern. You can expect undefined behavior when doing this. What's happening is that the inner Turborepo is seeing the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hey, running into an issue with turbo v2.9.4 — workspace

turbo.jsonwith"extends": ["//"]throwsFound an unknown key 'extends'and fails to parse. This is a pnpm monorepo on Windows. Isextendsno longer supported in v2.x workspace configs, or am I missing something?Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions