UNPKG

generator-simple-node

Version:
9 lines (7 loc) 269 B
const path = require('path') module.exports = { "config": path.resolve('./src/db', 'config.js'), "models-path": path.resolve('./src/models'), "seeders-path": path.resolve('./src/db/seeders'), "migrations-path": path.resolve('./src/db/migrations') };