mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
c7713c1d27
- Based on suggestions from hswolff loading with a Module class approach - Loads relative modules in child sandboxes
4 lines
34 B
JavaScript
4 lines
34 B
JavaScript
|
|
module.exports = {
|
|
answer: 42
|
|
}; |