fix(nuxt): import isEqual from main ohash export

This commit is contained in:
Daniel Roe 2025-03-04 11:00:21 +00:00
parent 20c07ab62a
commit 3ec1a1e5e9
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
2 changed files with 1 additions and 2 deletions

View File

@ -203,7 +203,6 @@ export default createConfigForNuxt({
'perfect-debounce',
'radix3',
'ohash',
'ohash/utils',
'pathe',
'uncrypto',
'errx', /* only used in dev */

View File

@ -5,7 +5,7 @@ import { parse, serialize } from 'cookie-es'
import { deleteCookie, getCookie, getRequestHeader, setCookie } from 'h3'
import type { H3Event } from 'h3'
import destr from 'destr'
import { isEqual } from 'ohash/utils'
import { isEqual } from 'ohash'
import { klona } from 'klona'
import { useNuxtApp } from '../nuxt'
import { useRequestEvent } from './ssr'