Skip to content

Commit 9e77053

Browse files
committed
fix: infer CookieStorageOptions from @nuxt/schema rather than nuxt/schema
1 parent 13b6332 commit 9e77053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/storages.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { PublicRuntimeConfig } from 'nuxt/schema'
1+
import type { PublicRuntimeConfig } from '@nuxt/schema'
22
import type { StorageLike } from '../types'
33
import { useCookie } from '#app'
44

0 commit comments

Comments
 (0)