Skip to content

Commit 773152b

Browse files
committed
change default sequelizerc
1 parent 5e3a260 commit 773152b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.sequelizerc.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
const path = require('path')
2-
const config = require('./lib/config')
2+
const config = require('./dist/config')
33

44
module.exports = {
55
config: path.resolve('config.js'),
6-
'migrations-path': path.resolve('lib', 'migrations'),
7-
'models-path': path.resolve('lib', 'models'),
6+
'migrations-path': path.resolve('dist', 'migrations'),
7+
'models-path': path.resolve('dist', 'models'),
88
url: config.dbURL
99
}

0 commit comments

Comments
 (0)