Spaces:
Running
Running
fix: bust npm build cache to force fresh React dist
Browse files- 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 } });
|