Skip to content

Commit

Permalink
Fix defineMultiCacheOptions import
Browse files Browse the repository at this point in the history
  • Loading branch information
dulnan committed Apr 7, 2024
1 parent 7e11391 commit a45c819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/app/multiCache.serverOptions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineDriver } from 'unstorage'
import { H3Event, getQuery, getHeader } from 'h3'
import { defineMultiCacheOptions } from './../../dist/runtime/serverOptions'
import { defineMultiCacheOptions } from './../../src/runtime/serverOptions'

const customDriver = defineDriver(() => {
let cache: Record<string, string> = {}
Expand Down

0 comments on commit a45c819

Please sign in to comment.