UNPKG

@trieb.work/nextjs-turbo-redis-cache

Version:

Designed for speed, scalability, and optimized performance, nextjs-turbo-redis-cache is your custom cache handler for demanding production environments.

17 lines (15 loc) 318 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { globals: true, environment: 'node', include: ['test/cache-components/**/*.spec.ts'], exclude: [ 'node_modules', 'dist', '.git', '**/node_modules/**', '**/node_modules', ], }, });