Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 261 Bytes

File metadata and controls

13 lines (9 loc) · 261 Bytes

examples/dotenv-es6-import-pitfall

An example of an ES6 import pitfall. See invalid.mjs and then valid.mjs.

Note how invalid.mjs does not correctly log the API_KEY environment variable.

USAGE

npm install
node invalid.mjs
node valid.mjs