Skip to content

Commit

Permalink
fix: set buildId to nuxt-app for compatibility with nuxt v3.12+
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 8, 2024
1 parent 66c58bc commit a00b2c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ async function startNuxtAndGetViteConfig(
}),
overrides: defu(
{
buildId: 'nuxt-app',
ssr: false,
test: true,
modules: ['@nuxt/test-utils/module'],
Expand Down

0 comments on commit a00b2c1

Please sign in to comment.