drizzle-kit studio reading .env file
Heya, I just wondered if it's drizzle-kit that automatically reads the .env file? Is it possible to disable that? I'm reading my env files in via nextjs's @next/env library so I can make use of .local etc. But when drizzle-kit reads in the normal .env file next-env can't override the already read env vars with the .env.local since it thinks the already read vars are system wide env variables which always have the highest priority..
Any Idea how to solve this?
Just a flag or something that disables automatically reading .env files would be perfect..
Any Idea how to solve this?
Just a flag or something that disables automatically reading .env files would be perfect..