mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
c7713c1d27
- Based on suggestions from hswolff loading with a Module class approach - Loads relative modules in child sandboxes
6 lines
No EOL
63 B
JavaScript
6 lines
No EOL
63 B
JavaScript
|
|
var knex = require('knex');
|
|
|
|
module.exports = {
|
|
knex: knex
|
|
}; |