mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-02 16:41:24 +03:00
6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
|
module.exports = {
|
||
|
get listen() {
|
||
|
return require('./listen');
|
||
|
}
|
||
|
};
|