factuges_2025/apps/web/vite.config.ts

7 lines
136 B
TypeScript
Raw Normal View History

2025-04-27 20:47:47 +00:00
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
export default defineConfig({
plugins: [react()],
});