rajvivan commited on
Commit
7a2df25
·
verified ·
1 Parent(s): a6b82be

fix: bust npm build cache to force fresh React dist

Browse files
Files changed (1) hide show
  1. frontend/vite.config.js +2 -1
frontend/vite.config.js CHANGED
@@ -1,3 +1,4 @@
 
1
  import { defineConfig } from "vite";
2
  import react from "@vitejs/plugin-react";
3
- export default defineConfig({ plugins: [react()], server: { port: 5173 } });
 
1
+ // cache-bust: 2
2
  import { defineConfig } from "vite";
3
  import react from "@vitejs/plugin-react";
4
+ export default defineConfig({ plugins: [react()], server: { port: 5173 } });