Ghost/core/test/utils/fixtures/example.js
Jacob Gable c7713c1d27 Load Apps Sandboxed
- Based on suggestions from hswolff loading with a Module class approach
- Loads relative modules in child sandboxes
2014-02-04 15:46:31 -06:00

4 lines
34 B
JavaScript

module.exports = {
answer: 42
};