7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
// # Ghost bootloader
|
|
// Orchestrates the loading of Ghost
|
|
// When run from command line.
|
|
|
|
var ghost = require('./core/server');
|
|
|
|
ghost(); |