chore(root): Ensure development environment

This commit is contained in:
Bouncey
2018-09-03 11:23:18 +01:00
committed by mrugesh mohapatra
parent 46a217d0a5
commit dc00eb8555
225 changed files with 164 additions and 21387 deletions

View File

@ -1,11 +1,13 @@
require('dotenv').load();
const path = require('path');
require('dotenv').config({ path: path.resolve(__dirname, '../.env')});
console.log(path.resolve(__dirname, '../.env'))
const _ = require('lodash');
const Rx = require('rx');
const loopback = require('loopback');
const boot = require('loopback-boot');
const expressState = require('express-state');
const path = require('path');
const createDebugger = require('debug');
const { setupPassport } = require('./component-passport');