Skip to content

Commit

Permalink
refactor: import defineNitroPlugin from #imports instead of nitropack…
Browse files Browse the repository at this point in the history
…/runtime
  • Loading branch information
ejfox committed Sep 12, 2024
1 parent f36d854 commit 11d7e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/server/plugins/refresh-cache.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineNitroPlugin } from 'nitropack/runtime'
import { defineNitroPlugin } from '#imports';
import type { WatchEvent } from 'unstorage';
// @ts-expect-error
import { useStorage } from '#imports'
Expand Down

0 comments on commit 11d7e9d

Please sign in to comment.