We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
buildId
nuxt-app
1 parent 66c58bc commit a00b2c1Copy full SHA for a00b2c1
src/config.ts
@@ -34,6 +34,7 @@ async function startNuxtAndGetViteConfig(
34
}),
35
overrides: defu(
36
{
37
+ buildId: 'nuxt-app',
38
ssr: false,
39
test: true,
40
modules: ['@nuxt/test-utils/module'],
0 commit comments