Skip to content

Commit

Permalink
fix(nuxt): ensure payload plugin declaration is generated
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 25, 2024
1 parent 6fb480e commit 3c778bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nuxt/src/runtime/payload-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {
definePayloadReducer,
definePayloadReviver,
} from '#imports'
import {} from 'nuxt/app'
import { shouldHydrate } from 'pinia'

/**
Expand Down

0 comments on commit 3c778bd

Please sign in to comment.