7a2df25 e078b1d 7a2df25
1
2
3
4
// cache-bust: 2 import { defineConfig } from "vite"; import react from "@vitejs/plugin-react"; export default defineConfig({ plugins: [react()], server: { port: 5173 } });