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:
@@ -21,6 +21,10 @@ export default defineConfig({
|
|||||||
cors: {
|
cors: {
|
||||||
origin: ['https://esyweb.local']
|
origin: ['https://esyweb.local']
|
||||||
},
|
},
|
||||||
|
watch: {
|
||||||
|
usePolling: true,
|
||||||
|
interval: 1000,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
|
|||||||
Reference in New Issue
Block a user