Guest User

Untitled

a guest
Jan 23rd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. const path = require('path');
  2.  
  3. module.exports = {
  4. 'config': path.resolve('configs', 'sequelize.js'),
  5. 'models-path': path.resolve('.', 'models'),
  6. 'seeders-path': path.resolve('.', 'seeders'),
  7. 'migrations-path': path.resolve('.', 'migrations')
  8. }
Add Comment
Please, Sign In to add comment