mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
9a520f39fb
- Don't let people start Ghost Alpha with non-alpha databases. - Provide a new welcome message for development mode (a little bit of positive reinforcment) - Provide a RED WARNING when in production mode (will still be used for developing, but we can ignore) - Change package.json to 1.0.0-alpha.0, we won't relelase this, will bump to .1 for release
6 lines
301 B
JavaScript
6 lines
301 B
JavaScript
module.exports.tables = require('./schema');
|
|
module.exports.checks = require('./checks');
|
|
module.exports.commands = require('./commands');
|
|
module.exports.versioning = require('./versioning');
|
|
module.exports.defaultSettings = require('./default-settings');
|
|
module.exports.bootUp = require('./bootup');
|