Skip to content

Instantly share code, notes, and snippets.

@kianaditya
Created June 16, 2020 08:17
Show Gist options
  • Save kianaditya/1cf47b8d6566679239eb0cf4f827a3f4 to your computer and use it in GitHub Desktop.
Save kianaditya/1cf47b8d6566679239eb0cf4f827a3f4 to your computer and use it in GitHub Desktop.
medium express article two
const path = require('path'); //https://nodejs.org/api/path.html
module.exports = {
"config": path.resolve('./config', 'config.json'),
"models-path": path.resolve('./src/models'),
"seeders-path": path.resolve('./src/models/seeders'),
"migrations-path": path.resolve('./src/models/migrations')
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment