File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,14 +31,13 @@ require('dotenv').config() // or import 'dotenv/config' if you're using ES6
3131...
3232console .log (process .env ) // remove this after you've confirmed it is working
3333```
34-
35- That's it. ` process.env ` now has the keys and values you defined in your ` .env ` file:
36-
3734``` sh
3835$ node index.js
3936◇ injecting env (14) from .env
4037```
4138
39+ That's it. ` process.env ` now has the keys and values you defined in your ` .env ` file.
40+
4241  ;
4342
4443## Advanced
Original file line number Diff line number Diff line change @@ -34,14 +34,13 @@ require('dotenv').config() // or import 'dotenv/config' if you're using ES6
3434...
3535console .log (process .env ) // remove this after you've confirmed it is working
3636```
37-
38- That's it. ` process.env ` now has the keys and values you defined in your ` .env ` file:
39-
4037``` sh
4138$ node index.js
4239◇ injecting env (14) from .env
4340```
4441
42+ That's it. ` process.env ` now has the keys and values you defined in your ` .env ` file.
43+
4544  ;
4645
4746## Advanced
You can’t perform that action at this time.
0 commit comments