Skip to content

Commit c4a3a58

Browse files
committed
move types in app folder
1 parent 4ff3253 commit c4a3a58

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ export default defineNuxtModule<ModuleOptions>({
294294
}
295295
else {
296296
logger.warn(
297-
`Database types configured at "${options.types}" but file not found. `
297+
`Database types configured at "${options.types}" but file not found at "${path}". `
298298
+ `Using "Database = unknown".`,
299299
)
300300
}

0 commit comments

Comments
 (0)