noteshare.space/server/vite.config.ts

8 lines
103 B
TypeScript
Raw Normal View History

import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
// ...
},
});