[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-workers. SSR-safe, zero-config Web Workers integration for Nuxt.
0

Configure Feed

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

chore: update coverage inclusion pattern

+1
+1
vitest.config.mjs
··· 11 11 }, 12 12 coverage: { 13 13 reporter: ['text', 'json'], 14 + include: ['src'], 14 15 }, 15 16 }, 16 17 })