Skip to main content
Module

x/query/vitest.config.ts

fetch and process data in web worker, store in indexedDB.
Latest
File
/// <reference types="vitest" />/// <reference types="vite/client" />
import react from '@vitejs/plugin-react'import { defineConfig } from 'vite'
// https://vitejs.dev/config/export default defineConfig({ plugins: [react()], test: { globals: true, environment: 'happy-dom', },})