Uecko_ERP/apps/web/vite.config.ts
2025-05-05 11:27:00 +02:00

8 lines
164 B
TypeScript

import react from "@vitejs/plugin-react";
import { defineConfig } from "vite";
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
});