We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3a260 commit 773152bCopy full SHA for 773152b
.sequelizerc.example
@@ -1,9 +1,9 @@
1
const path = require('path')
2
-const config = require('./lib/config')
+const config = require('./dist/config')
3
4
module.exports = {
5
config: path.resolve('config.js'),
6
- 'migrations-path': path.resolve('lib', 'migrations'),
7
- 'models-path': path.resolve('lib', 'models'),
+ 'migrations-path': path.resolve('dist', 'migrations'),
+ 'models-path': path.resolve('dist', 'models'),
8
url: config.dbURL
9
}
0 commit comments