Skip to content

Commit b211266

Browse files
committed
Fix compilation errors.
1 parent af238b6 commit b211266

File tree

29 files changed

+580
-248
lines changed

29 files changed

+580
-248
lines changed

.sequelizerc

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
var path = require('path')
33

44
module.exports = {
5-
'config': path.resolve('dist', 'sequelize', 'config', 'config.js'),
6-
'migrations-path': path.resolve('dist', 'sequelize', 'migrations'),
7-
'models-path': path.resolve('dist', 'sequelize', 'models'),
8-
'seeders-path': path.resolve('dist', 'sequelize', 'seeders'),
5+
'config': path.resolve('dist', 'infra', 'sequelize', 'config', 'config.js'),
6+
'migrations-path': path.resolve('dist', 'infra', 'sequelize', 'migrations'),
7+
'models-path': path.resolve('dist', 'infra', 'sequelize', 'models'),
8+
'seeders-path': path.resolve('dist', 'infra', 'sequelize', 'seeders'),
99
}

bin/www.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11

2-
import models from '../sequelize/models';
32
import "../src"

package-lock.json

+221
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)