env-nextjs not able to find .env variables
At least I think that's what's going on. Here's what I have in
When I try to run a command that uses one of these variables (
My env variables are defined at the root of the same directory
I think this is saying it can't find them? Any help would be appreciated, I'm sure I'm missing something simple
env.tsWhen I try to run a command that uses one of these variables (
drizzle-kit push:mysql) the Zod parse fails and gives me this in the terminal:My env variables are defined at the root of the same directory
env.ts is in, .env.localI think this is saying it can't find them? Any help would be appreciated, I'm sure I'm missing something simple

Solution
try with (its missing the CLERK)
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: process.env.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY,