No env variables found with turbo v2.0.4 with t3-app
Everytime it builds it gives these errors:
I have tried loose mode but the error remains, i know this issue is cause of turbo cause when i downgrade the package to around 1.11.3 it works again.
5 Replies
for a little more context look at my repo https://github.com/outfits-bio/app/tree/app-refactor, make sure you're on the app-refactor branch and keep in mind i downgraded back to turbo 1.11.3 on this code just for it to work but i'd like to use the new turbo version since it seperates my stuff, also hoping its faster
This was the code when the error was happening:
https://github.com/outfits-bio/app/tree/fe4a58f57365b30f70f85fb5c2afdb517636003c
Feel free to ping me if you have any idea
In turbo.json add
env: ["*"]
option to the task
will try
this is my new turbo.json
ill push to prod rq, is there any things in here i do not need
with the new version
my error remains
Solution
adding it to the start script as well fixed it
thank you very much!