Skip to content

Instantly share code, notes, and snippets.

@thenriquedb
Created March 3, 2020 13:13
Show Gist options
  • Save thenriquedb/c05c45d2114fabeff8058cae27c23a00 to your computer and use it in GitHub Desktop.
Save thenriquedb/c05c45d2114fabeff8058cae27c23a00 to your computer and use it in GitHub Desktop.
const { resolve } = require('path');
module.exports = {
'config': resolve(__dirname, 'src', 'config', 'database.js'),
'models-path': resolve(__dirname, 'src', 'app', 'models'),
'seeders-path': resolve(__dirname, 'src', 'database', 'seeders'),
'migrations-path': resolve(__dirname, 'src', 'database', 'migrations'),
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment