Skip to content

Commit

Permalink
Add back polling (only for make up, should check env in future)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathhulk committed Sep 24, 2023
1 parent 3464bc8 commit 6ca9bd4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ export default defineConfig({
server: {
host: true,
port: 3000,
open: true
open: true,
watch: {
usePolling: true
}
},
publicDir: path.resolve(__dirname, 'public'),
plugins: [
Expand Down

0 comments on commit 6ca9bd4

Please sign in to comment.