[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-full-static. Full static implementation for Nuxt 3
0

Configure Feed

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

nuxt-full-static / vite.config.ts
191 B 10 lines
1import { defineConfig } from 'vitest/config' 2 3export default defineConfig({ 4 test: { 5 coverage: { 6 include: ['src/**/*.ts'], 7 reporter: ['text', 'json', 'html'], 8 }, 9 }, 10})