UNPKG

typescript-express-starter

Version:
9 lines (7 loc) 293 B
const path = require('path'); module.exports = { config: path.resolve('src', 'config', 'sequelize-cli.js'), 'models-path': path.resolve('src', 'models'), 'seeders-path': path.resolve('src', 'database', 'seeders'), 'migrations-path': path.resolve('src', 'database', 'migrations'), };