currently I have to use external tool dotenv-run to make .env environment variables available to the scripts.
It would be nice if vite task runner allow to configure auto loading specific .env file.
packages/db/package.json
"migrate": "dotenv-run -f ../../.env -v -- drizzle-kit migrate",
currently I have to use external tool dotenv-run to make
.envenvironment variables available to the scripts.It would be nice if vite task runner allow to configure auto loading specific
.envfile.packages/db/package.json