Skip to content

Commit fed60c1

Browse files
fix: logger inferred type
1 parent 7de4ad4 commit fed60c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/kit.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
import { useLogger } from '@nuxt/kit'
2+
import type { ConsolaInstance } from 'consola'
23

3-
export const logger = useLogger('nuxt-kql')
4+
export const logger: ConsolaInstance = useLogger('nuxt-kql')

0 commit comments

Comments
 (0)