Skip to content

Instantly share code, notes, and snippets.

@sheminusminus
Created June 9, 2017 00:45
Show Gist options
  • Save sheminusminus/cb62f5bf2f2a44e12283999332f59a98 to your computer and use it in GitHub Desktop.
Save sheminusminus/cb62f5bf2f2a44e12283999332f59a98 to your computer and use it in GitHub Desktop.
const path = require('path');
module.exports = {
'config': path.resolve(__dirname, 'seq.json'),
'migrations-path': path.resolve(__dirname, 'db/migrations'),
'models-path': path.resolve(__dirname, 'db/models'),
'seeders-path': path.resolve(__dirname, 'db/seeders'),
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment