[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: disable vite env api for tests

+3
+3
vitest.config.ts
··· 22 22 nuxt: { 23 23 rootDir: fileURLToPath(new URL('.', import.meta.url)), 24 24 overrides: { 25 + experimental: { 26 + viteEnvironmentApi: false, 27 + }, 25 28 ogImage: { enabled: false }, 26 29 }, 27 30 },