diff --git a/src/runtime/server/plugins/refresh-cache.ts b/src/runtime/server/plugins/refresh-cache.ts index 7b88edaea..69d6b0c0f 100644 --- a/src/runtime/server/plugins/refresh-cache.ts +++ b/src/runtime/server/plugins/refresh-cache.ts @@ -1,7 +1,6 @@ -import { defineNitroPlugin } from 'nitropack/runtime' import type { WatchEvent } from 'unstorage'; // @ts-expect-error -import { useStorage } from '#imports' +import { useStorage, defineNitroPlugin } from '#imports' export default defineNitroPlugin(async (nitro) => { const { cleanCachedContents } = await import('../storage')