Skip to content

Commit

Permalink
chore: remove polling and host 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doprz committed Nov 22, 2024
1 parent 252a413 commit 123fd8e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,11 @@ export default defineConfig({
},
},
server: {
host: '0.0.0.0',
strictPort: true,
port: 5173,
hmr: {
clientPort: 5173,
},
watch: {
usePolling: true,
},
proxy: {
'/debug.html': {
target: 'http://localhost:5173',
Expand Down

0 comments on commit 123fd8e

Please sign in to comment.