Skip to content

Commit 99ab76c

Browse files
authored
fix(nuxt): ensure payload plugin declaration is generated (#2806)
1 parent 6fb480e commit 99ab76c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nuxt/src/runtime/payload-plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {
33
definePayloadReducer,
44
definePayloadReviver,
55
} from '#imports'
6+
import {} from 'nuxt/app'
67
import { shouldHydrate } from 'pinia'
78

89
/**

0 commit comments

Comments
 (0)