chore: upgrade to nuxt v3.2.0 (#1695)
This commit is contained in:
parent
73dc060578
commit
efaeb67261
8 changed files with 530 additions and 420 deletions
|
@ -1,10 +1,7 @@
|
|||
import type { Driver } from 'unstorage'
|
||||
// @ts-expect-error unstorage needs to provide backwards-compatible subpath types
|
||||
import _memory from 'unstorage/drivers/memory'
|
||||
import memory from 'unstorage/drivers/memory'
|
||||
import { defineDriver } from 'unstorage'
|
||||
|
||||
const memory = _memory as typeof import('unstorage/dist/drivers/memory')['default']
|
||||
|
||||
export interface CacheDriverOptions {
|
||||
driver: Driver
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue