You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That would allow to replace the ugly NODE_OPTIONS='-r dotenv-mono/load' vite-node --script src/rake.ts with dotenv-mono -- vite-node --script src/rake.ts. That would even allow to use dotenv-mono to run non-node scripts.
The text was updated successfully, but these errors were encountered:
Similar to what https://www.npmjs.com/package/dotenv-cli does, can we additionally export
dotenv-mono
as a executable script?That would allow to replace the ugly
NODE_OPTIONS='-r dotenv-mono/load' vite-node --script src/rake.ts
withdotenv-mono -- vite-node --script src/rake.ts
. That would even allow to use dotenv-mono to run non-node scripts.The text was updated successfully, but these errors were encountered: