Skip to content

Commit a00b2c1

Browse files
committed
fix: set buildId to nuxt-app for compatibility with nuxt v3.12+
1 parent 66c58bc commit a00b2c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ async function startNuxtAndGetViteConfig(
3434
}),
3535
overrides: defu(
3636
{
37+
buildId: 'nuxt-app',
3738
ssr: false,
3839
test: true,
3940
modules: ['@nuxt/test-utils/module'],

0 commit comments

Comments
 (0)