Uecko_ERP/apps/web/vite.config.ts

8 lines
164 B
TypeScript
Raw Normal View History

2025-05-02 21:43:51 +00:00
import react from "@vitejs/plugin-react";
2025-05-05 09:27:00 +00:00
import { defineConfig } from "vite";
2025-05-02 21:43:51 +00:00
2025-05-05 09:27:00 +00:00
// https://vite.dev/config/
2025-05-02 21:43:51 +00:00
export default defineConfig({
plugins: [react()],
});