Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created December 3, 2018 04:35
Show Gist options
  • Save amandeepmittal/27ebc55f8c8b725e80101b48fe11ecda to your computer and use it in GitHub Desktop.
Save amandeepmittal/27ebc55f8c8b725e80101b48fe11ecda to your computer and use it in GitHub Desktop.
path = require('path');
module.exports = {
"config": path.resolve('./config', 'config.json'),
"models-path": path.resolve('./models'),
"seeders-path": path.resolve('./seeders'),
"migration-path": path.resolve('./migrations'),
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment