Skip to content

Commit 3c82ad6

Browse files
committed
build: hint to ts to pull types in from nuxt/app
1 parent 00fd87a commit 3c82ad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/middleware/logged-in.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { withQuery } from 'ufo'
22
import { defineNuxtRouteMiddleware, navigateTo, useRouter, useAppConfig, useHanko, useRequestEvent } from '#imports'
3+
import type {} from 'nuxt/app'
34

45
export default defineNuxtRouteMiddleware(async (to) => {
56
const redirects = useAppConfig().hanko.redirects

0 commit comments

Comments
 (0)