ampp
ampp8mo ago

convex environment variable is not listed as a dependency in turbo.json

At some point we triggered this turbo warning with our monorepo https://stackoverflow.com/questions/74547130/error-variable-is-not-listed-as-a-dependency-in-turbo-json just curious if there is some way to handle this besides adding everything to globalEnv. I couldn't see any significant differences in our setup compared to the mono-repo template.
Stack Overflow
Error: $VARIABLE is not listed as a dependency in turbo.json
I'm not able to solve an error which is mentioned in the title: Error: $VARIABLE is not listed as a dependency in turbo.json When I run npm run build I get errors for 2 variables and not for all of
1 Reply
Michal Srb
Michal Srb8mo ago
Not sure, but presumably this is a lint rule you could disable altogether or for all files under convex/ ?