CUD-Traffic-AI / frontend /vite.config.js
rajvivan's picture
fix: bust npm build cache to force fresh React dist
7a2df25 verified
raw
history blame contribute delete
172 Bytes
// cache-bust: 2
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
export default defineConfig({ plugins: [react()], server: { port: 5173 } });