mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 08:31:43 +03:00
6 lines
85 B
JavaScript
6 lines
85 B
JavaScript
|
module.exports = {
|
||
|
get options() {
|
||
|
return require('./options');
|
||
|
}
|
||
|
};
|