Closed bludnic closed 6 months ago
Quote from Turbo docs:
We want every dev to have a great experience using Turbo. The approach documented below does not live up to those standards. We're working on a first-class solution to this problem - but while you wait, here's the next-best solution. https://turbo.build/repo/docs/handbook/dev#using-environment-variables
Possible improvement in handling ENV variables will be available soon. I will put this task on hold.
Marked as closed until any updates
Currently using a workaround with a symlink to root
.env
:.env ← apps/frontend/.env
.env ← apps/processor/.env
.env ← packages/prisma/.env
About ENV variable in Turbo repo: