mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
6 lines
156 B
JavaScript
6 lines
156 B
JavaScript
|
module.exports = [
|
||
|
require('./ensure-active-theme'),
|
||
|
require('./update-global-template-options'),
|
||
|
require('./update-local-template-options')
|
||
|
];
|