Skip to content

Commit 475fa04

Browse files
committed
fix: support upcoming nitro release
1 parent 24167a3 commit 475fa04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/ready.dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineNitroPlugin } from 'nitropack/runtime/plugin'
1+
import { defineNitroPlugin } from 'nitropack/runtime'
22
import { hubHooks } from './server/utils/hooks'
33

44
export default defineNitroPlugin(async () => {

0 commit comments

Comments
 (0)