Skip to content

Commit

Permalink
feat(config): do not pre require chainfile
Browse files Browse the repository at this point in the history
  • Loading branch information
afontainec committed Aug 15, 2020
1 parent b6885de commit 4d7e907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliApp/intrepeter.js
Expand Up @@ -8,11 +8,11 @@ const Controller = require('./controller');
const Views = require('./views');
const Router = require('./routes');
const Migration = require('./migrations');
let config = require('../.chainfile');
const configPath = require('./configPath');
const DEFAULT_CHAINFILE = require('../.defaultchainfile');


let config;
let knexConfig;

const DEFAULT_FRONTEND = 'ejs';
Expand Down

0 comments on commit 4d7e907

Please sign in to comment.