mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-02 08:13:34 +03:00
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
|
// Loader to create the Ember.js application
|
||
|
/*global require */
|
||
|
|
||
|
window.App = require('ghost/app')['default'].create();
|