mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 17:32:15 +03:00
e9d6f61029
refs: https://github.com/TryGhost/Ghost/commit/11867ab43
- These checks live in the wrong place. They are mostly a frontend thing
- The only server place they were used was slack and that was fixed in 11867ab43
- Moving these to the frontend they fit neatly into the frontend data service
5 lines
208 B
JavaScript
5 lines
208 B
JavaScript
module.exports.tables = require('./schema');
|
|
module.exports.commands = require('./commands');
|
|
module.exports.defaultSettings = require('./default-settings');
|
|
module.exports.validate = require('./validator');
|