environment variables undefined in drizzle.config.ts
I have my config set up like this:
But when I try to run from my scripts, it throws my error designed to catch when is undefined. I can't figure out why it's coming up as undefined here though since it definitely does have a value, it even works when running migrations and such.
I used create-t3-app for this project btw
But when I try to run from my scripts, it throws my error designed to catch when is undefined. I can't figure out why it's coming up as undefined here though since it definitely does have a value, it even works when running migrations and such.
I used create-t3-app for this project btw