#Change default .env path
8 messages · Page 1 of 1 (latest)
not sure if that's possible, could you could do a symlink?
I would prefer not using a symlink if it's possible
it's handled by https://github.com/unjs/c12
looks like you can pass in a dotenv config https://github.com/unjs/c12/blob/main/src/dotenv.ts
ah
nuxi dev --dotenv .custom.env
something like this should work