Skip to content

Instantly share code, notes, and snippets.

@aleduca
Last active August 9, 2020 00:38
Show Gist options
  • Save aleduca/34c4debe75daf1ae5608b1225e22d081 to your computer and use it in GitHub Desktop.
Save aleduca/34c4debe75daf1ae5608b1225e22d081 to your computer and use it in GitHub Desktop.
var path = require('path')
module.exports = {
'config': path.resolve('database', 'config', 'config.js'),
'migrations-path': path.resolve('database', 'migrations'),
'models-path': path.resolve('database', 'models'),
'seeders-path': path.resolve('database', 'seeders'),
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment