mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
7 lines
No EOL
131 B
JavaScript
7 lines
No EOL
131 B
JavaScript
// # Ghost bootloader
|
|
// Orchestrates the loading of Ghost
|
|
// When run from command line.
|
|
|
|
var ghost = require('./core');
|
|
|
|
ghost(); |