Skip to content

Commit abe1a07

Browse files
authored
fix(types): add missing type definition for databaseMigrationsDirs (#635)
1 parent 5f71b74 commit abe1a07

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/types/module.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,11 @@ export interface ModuleOptions {
142142
* @default '.data/hub'
143143
*/
144144
dir?: string
145-
145+
/**
146+
* The directories to scan for database migrations.
147+
* @default ['server/database/migrations']
148+
*/
149+
databaseMigrationsDirs?: string[]
146150
/**
147151
* The extra bindings for the project.
148152
*

0 commit comments

Comments
 (0)