UNPKG

sanity

Version:

Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches

14 lines (12 loc) 336 B
import {defineConfig} from '@repo/test-config/vitest' import react from '@vitejs/plugin-react' export default defineConfig({ plugins: [react({babel: {plugins: [['babel-plugin-react-compiler', {target: '18'}]]}})], test: { environment: 'node', includeSource: ['./**/*.ts'], env: { FORCE_COLOR: '0', }, }, })