mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
Rename lib to app
This commit is contained in:
parent
82b9baf6e3
commit
e922f36959
7 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
// Initialize config
|
||||
const config = require('./src/config/parser')();
|
||||
const config = require('./app/config/parser')();
|
||||
// Require main source
|
||||
const renovate = require('./src')(config);
|
||||
const renovate = require('./app')(config);
|
||||
// Expose logger
|
||||
const logger = config.logger;
|
||||
|
||||
|
|
Loading…
Reference in a new issue