turbo lint env not typed
Hey people, i got an type error on local
Here the error i get:
the
I am guessing the Problem is that I'm importing from an
Can anyone help me with this one?
turbo run build --filter api and on vercel deployment of that app (using monorepo with 4 apps ).turbo run lint --filter api is working fine. Here the error i get:
the
env variable is getting importet from env/client.mjs (the normal t3-stack env validation). in my IDE i get the correct type on hovering env doe.I am guessing the Problem is that I'm importing from an
.mjs module. Can anyone help me with this one?
