source:
frontend/node_modules/dotenv/config.js
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 189 bytes | |
| Line | |
|---|---|
| 1 | /* @flow */ |
| 2 | |
| 3 | (function () { |
| 4 | require('./lib/main').config( |
| 5 | Object.assign( |
| 6 | {}, |
| 7 | require('./lib/env-options'), |
| 8 | require('./lib/cli-options')(process.argv) |
| 9 | ) |
| 10 | ) |
| 11 | })() |
Note:
See TracBrowser
for help on using the repository browser.
