[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

test: enable vue runtime compiler for component tests

+3
+3
vitest.config.ts
··· 30 30 nuxt: { 31 31 rootDir: fileURLToPath(new URL('.', import.meta.url)), 32 32 overrides: { 33 + vue: { 34 + runtimeCompiler: true, 35 + }, 33 36 experimental: { 34 37 payloadExtraction: false, 35 38 viteEnvironmentApi: false,