Skip to content

Commit

Permalink
Import type. Revert esbuild changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
valurefugl committed Oct 2, 2024
1 parent eacbd15 commit 4a9e5e0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions apps/api/esbuild.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
"mimic-response",
"pdfkit",
"path-scurry",
"@mikro-orm/core",
"sequelize"
"@mikro-orm/core"
],
"keepNames": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"@protobufjs/pool",
"@protobufjs/utf8",
"safer-buffer",
"@mikro-orm/core",
"sequelize"
"@mikro-orm/core"
],
"keepNames": true
}
3 changes: 1 addition & 2 deletions apps/services/auth/personal-representative/esbuild.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"@protobufjs/pool",
"@protobufjs/utf8",
"safer-buffer",
"@mikro-orm/core",
"sequelize"
"@mikro-orm/core"
],
"keepNames": true
}
3 changes: 1 addition & 2 deletions apps/services/auth/public-api/esbuild.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
"url-parse-lax",
"safer-buffer",
"ioredis",
"@mikro-orm/core",
"sequelize"
"@mikro-orm/core"
],
"keepNames": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
type CreationOptional,
InferAttributes,
InferCreationAttributes,
NonAttribute,
type NonAttribute,
} from 'sequelize'
import {
BelongsTo,
Expand Down

0 comments on commit 4a9e5e0

Please sign in to comment.