Closed filoucrackeur closed 1 year ago
It seems that this behavior is not relevant since Node.js v10, where fs.readFile
started reading the symlink target files (not the content of the symlink file itself), and since dotenv-flow utilizes fs.readFileSync
to read the contents of the .env*
files, if you upgrade Node.js, dotenv-flow will be reading symlinks as well.
Hello it seems that file which are symlinks are not found and not loaded :(