[READ-ONLY] Mirror of https://github.com/danielroe/cross-origin-storage. Load shared dependencies from Cross-Origin Storage (COS).
cross-origin-storage experimental nuxt vite vite-plugin
0

Configure Feed

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

1import { defineConfig } from 'vitest/config' 2 3export default defineConfig({ 4 test: { 5 globalSetup: ['./test/global-setup.ts'], 6 testTimeout: 30_000, 7 hookTimeout: 240_000, 8 typecheck: { 9 include: ['test/**/*.test-d.ts'], 10 tsconfig: './tsconfig.json', 11 }, 12 }, 13})