mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Renamed frontend/web/app to site
- This leaves us room to bring the frontend app in as app.js
This commit is contained in:
parent
faea2da596
commit
2d0b5c872f
3 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ class Bridge {
|
||||||
reloadFrontend() {
|
reloadFrontend() {
|
||||||
const apiVersion = this.getFrontendApiVersion();
|
const apiVersion = this.getFrontendApiVersion();
|
||||||
debug('reload frontend', apiVersion);
|
debug('reload frontend', apiVersion);
|
||||||
const siteApp = require('./frontend/web/app');
|
const siteApp = require('./frontend/web/site');
|
||||||
siteApp.reload({apiVersion});
|
siteApp.reload({apiVersion});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
module.exports = require('./app');
|
module.exports = require('./site');
|
||||||
|
|
Loading…
Add table
Reference in a new issue