We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server running at http://localhost:1234 ⚠️ /Users/wires/h/code/act/node_modules/dotenv/lib/main.js:95:41: Cannot statically evaluate fs argument 93 | try { 94 | // specifying an encoding returns a string instead of a buffer > 95 | const parsed = parse(fs.readFileSync(dotenvPath, { encoding }), { debug }) | ^ 96 | 97 | Object.keys(parsed).forEach(function (key) { 98 | if (!process.env.hasOwnProperty(key)) {
but potentially should not be using dotenv for this anyway
The text was updated successfully, but these errors were encountered:
Related with parcel-bundler/parcel#496
Sorry, something went wrong.
@wires take a look at https://parceljs.org/env.html. Parcel comes with dotenv.
dotenv
No branches or pull requests
but potentially should not be using dotenv for this anyway
The text was updated successfully, but these errors were encountered: