/// import { defineConfig } from "vite"; export default defineConfig({ test: { globalSetup: "./test/setup.ts", }, });