fix: move to mocked-exports rather than implicit unenv dep (#3232)

This commit is contained in:
Daniel Roe 2025-03-14 05:07:11 +00:00 committed by GitHub
parent 5623f87607
commit 1bf113a960
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 43 additions and 14 deletions

View file

@ -1,4 +1,4 @@
import proxy from 'unenv/runtime/mock/proxy'
import proxy from 'mocked-exports/proxy'
export const lt = proxy
export const gt = proxy