Is there a way to load my .env from t3-env in one off scripts?
GitHub
t3-env is great for managing environment variables. However, there's a gap when it comes to command-line operations like drizzle-kit db:push. Currently, we use dotenv-cli to load environment va...