mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
93f9bc0105
- Renamed the file in line with our rules around index.js files - Cleaned up some outdated code patterns - Want to make the config module a little clearer in what it does
3 lines
74 B
JavaScript
3 lines
74 B
JavaScript
const loader = require('./loader');
|
|
|
|
module.exports = loader.loadNconf();
|