Enable Vite file polling for Docker volume watch compatibility

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-20 17:48:54 +01:00
parent cf32225c9a
commit fe33b80351

View File

@@ -21,6 +21,10 @@ export default defineConfig({
cors: {
origin: ['https://esyweb.local']
},
watch: {
usePolling: true,
interval: 1000,
},
},
resolve: {
alias: {