forked from mirrors/homebox
8 lines
123 B
TypeScript
8 lines
123 B
TypeScript
|
import { defineConfig } from "vite";
|
||
|
|
||
|
export default defineConfig({
|
||
|
test: {
|
||
|
globalSetup: "./test/setup.ts",
|
||
|
},
|
||
|
});
|