mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-16 21:58:40 +00:00
8 lines
156 B
TypeScript
8 lines
156 B
TypeScript
/// <reference types="vitest" />
|
|
import { defineConfig } from "vite";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
globalSetup: "./test/setup.ts",
|
|
},
|
|
});
|