noteshare.space/server/vite.config.ts

8 lines
107 B
TypeScript
Raw Normal View History

import { defineConfig } from "vitest/config";
export default defineConfig({
2022-07-09 13:22:36 +02:00
test: {
// ...
},
});