If we have env file in next project, can't we use env variables outside app directory?
Unanswered
Cape lion posted this in #help-forum
Cape lionOP
.
1 Reply
you can declare them outside app directory. But to use env variables, if its not a public env key, you cant/shouldnt use it outside app directory (better to use it on API routes, server actions).