refactor: move back to cf unstorage driver

This commit is contained in:
Daniel Roe 2023-02-12 12:57:56 +01:00
parent efaeb67261
commit 148fd63c24
2 changed files with 1 additions and 195 deletions

View file

@ -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'