mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-17 14:18:43 +00:00
8 lines
123 B
TypeScript
8 lines
123 B
TypeScript
|
import { defineConfig } from "vite";
|
||
|
|
||
|
export default defineConfig({
|
||
|
test: {
|
||
|
globalSetup: "./test/setup.ts",
|
||
|
},
|
||
|
});
|