refactor: move back to cf unstorage driver
This commit is contained in:
parent
efaeb67261
commit
148fd63c24
2 changed files with 1 additions and 195 deletions
|
@ -1,5 +1,6 @@
|
|||
import fs from 'unstorage/drivers/fs'
|
||||
import memory from 'unstorage/drivers/memory'
|
||||
import kv from 'unstorage/drivers/cloudflare-kv-http'
|
||||
|
||||
import { stringifyQuery } from 'ufo'
|
||||
|
||||
|
@ -7,7 +8,6 @@ import { $fetch } from 'ofetch'
|
|||
import type { Storage } from 'unstorage'
|
||||
|
||||
import cached from '../cache-driver'
|
||||
import kv from '../cloudflare-driver'
|
||||
|
||||
// @ts-expect-error virtual import
|
||||
import { env } from '#build-info'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue