UNPKG

genesis-core

Version:

the core module that cordinates everything inside the genesis server, cannpt be used alone...still work in progress

4 lines (3 loc) 141 B
module.exports = function(models,fixtures,adapters,connections){ return require("./dogwater.js")(models,fixtures,adapters,connections) }