There was an error while loading. Please reload this page.
1 parent 57655be commit d45658bCopy full SHA for d45658b
3 files changed
.sequelizerc
@@ -0,0 +1,8 @@
1
+const path = require('path');
2
+
3
+module.exports = {
4
+ 'config': path.resolve('lib', 'config', 'database.js'),
5
+ 'models-path': path.resolve('lib', 'database', 'models'),
6
+ 'seeders-path': path.resolve('lib', 'database', 'seeders'),
7
+ 'migrations-path': path.resolve('lib', 'database', 'migrations')
8
+};
0 commit comments