update
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { defineConfig } from 'vite'
|
||||
|
||||
export default defineConfig({
|
||||
server: {
|
||||
watch: {
|
||||
// Required for WSL2 – Windows filesystem doesn't fire inotify events
|
||||
usePolling: true,
|
||||
interval: 300,
|
||||
},
|
||||
host: true,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user