Files

5 lines
133 B
TypeScript
Raw Permalink Normal View History

2026-08-28 10:56:14 -05:00
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
export default defineConfig({ plugins: [react()] });