You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You've asked me to import env with import { env } from "~/env";
If I don't have a tsconfig alias for ~ I think it is relevant to say that the @ would work if we place the env file/dir in the same directory of the @ alias.
The text was updated successfully, but these errors were encountered:
When I followed the docs here:
https://env.t3.gg/docs/nextjs#use-your-schema
You've asked me to import
env
withimport { env } from "~/env";
If I don't have a tsconfig alias for
~
I think it is relevant to say that the@
would work if we place theenv
file/dir in the same directory of the@
alias.The text was updated successfully, but these errors were encountered: