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 14:22:36 +03:00
test: {
// ...
},
});