blob: d366e8c8d7caf02d1818ec2c3bae47fabadcff93 [file] [log] [blame] [edit]
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
});