Skip to content

Instantly share code, notes, and snippets.

@csorlandi
Created June 13, 2018 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csorlandi/bcb5b6e0e4ee81e144a0159a4fcdfe26 to your computer and use it in GitHub Desktop.
Save csorlandi/bcb5b6e0e4ee81e144a0159a4fcdfe26 to your computer and use it in GitHub Desktop.
const path = require('path');
module.exports = {
'config': path.resolve('config', 'database.js'),
'models-path': path.resolve('app', 'models'),
'seeders-path': path.resolve('database', 'seeders'),
'migrations-path': path.resolve('database', 'migrations'),
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment