Ghost/core/shared/config/index.js
Hannah Wolfe 93f9bc0105
Renamed config index to loader
- 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
2021-06-16 14:42:06 +01:00

4 lines
74 B
JavaScript

const loader = require('./loader');
module.exports = loader.loadNconf();