Skip to content
Snippets Groups Projects
Commit e922f369 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

Rename lib to app

parent 82b9baf6
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
File moved
// Initialize config // Initialize config
const config = require('./src/config/parser')(); const config = require('./app/config/parser')();
// Require main source // Require main source
const renovate = require('./src')(config); const renovate = require('./app')(config);
// Expose logger // Expose logger
const logger = config.logger; const logger = config.logger;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment