Skip to content

Commit

Permalink
remove polling
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Aug 20, 2023
1 parent 0feaed8 commit 1bc70f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions interface/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ export default defineConfig(({ command, mode }) => {
server: {
open: true,
port: 3000,
watch: {
usePolling: true
},
// watch: {
// usePolling: true
// },
proxy: {
'/rest': 'http://localhost:3080',
'/api': {
Expand Down

0 comments on commit 1bc70f0

Please sign in to comment.