chore: use loaded module reference (#5763)
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import { revertMigration, runMigrations } from "./migrations/run-migration"
|
||||
import { moduleDefinition } from "./module-definition"
|
||||
|
||||
export default moduleDefinition
|
||||
|
||||
export * from "./initialize"
|
||||
export { revertMigration, runMigrations } from "./migrations/run-migration"
|
||||
export * from "./types"
|
||||
|
||||
Reference in New Issue
Block a user