Skip to content

Commit

Permalink
fix: infer CookieStorageOptions from @nuxt/schema rather than `nu…
Browse files Browse the repository at this point in the history
…xt/schema`
  • Loading branch information
prazdevs committed Sep 16, 2024
1 parent 13b6332 commit 9e77053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/storages.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { PublicRuntimeConfig } from 'nuxt/schema'
import type { PublicRuntimeConfig } from '@nuxt/schema'
import type { StorageLike } from '../types'
import { useCookie } from '#app'

Expand Down

0 comments on commit 9e77053

Please sign in to comment.