source: frontend/node_modules/dotenv/config.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
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.