fix(server): path to .env and launch on Windows
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
const path = require('path');
|
||||
require('dotenv').config({ path: path.resolve(__dirname, '../.env')});
|
||||
|
||||
console.log(path.resolve(__dirname, '../.env'))
|
||||
require('dotenv').config({ path: path.resolve(__dirname, '../../.env')});
|
||||
|
||||
const _ = require('lodash');
|
||||
const Rx = require('rx');
|
||||
|
Reference in New Issue
Block a user