chore: use ofetch
(newer version of ohymfetch
)
This commit is contained in:
parent
c830b8087a
commit
b885d83011
|
@ -4,7 +4,7 @@ import _fs from 'unstorage/drivers/fs'
|
||||||
import _kv from 'unstorage/drivers/cloudflare-kv-http'
|
import _kv from 'unstorage/drivers/cloudflare-kv-http'
|
||||||
import { parseURL } from 'ufo'
|
import { parseURL } from 'ufo'
|
||||||
|
|
||||||
import { $fetch } from 'ohmyfetch'
|
import { $fetch } from 'ofetch'
|
||||||
import type { Storage } from 'unstorage'
|
import type { Storage } from 'unstorage'
|
||||||
|
|
||||||
import cached from './cache-driver'
|
import cached from './cache-driver'
|
||||||
|
|
Loading…
Reference in a new issue