From fe33b803512b7b4ff85e112083aada9f42ed4330 Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Fri, 20 Mar 2026 17:48:54 +0100 Subject: [PATCH] Enable Vite file polling for Docker volume watch compatibility Co-Authored-By: Claude Opus 4.6 (1M context) --- vite.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vite.config.js b/vite.config.js index 15fa0f5..5b96116 100644 --- a/vite.config.js +++ b/vite.config.js @@ -21,6 +21,10 @@ export default defineConfig({ cors: { origin: ['https://esyweb.local'] }, + watch: { + usePolling: true, + interval: 1000, + }, }, resolve: { alias: {