Skip to content

Commit

Permalink
fix: Vite server repeatedly restarting (svelteness#70)
Browse files Browse the repository at this point in the history
This still needs to be root caused because I have no idea why this is needed.
It works reliably for me and gets this lib into a usable state with recent versions of Svelte.
  • Loading branch information
davej committed Jan 11, 2023
1 parent 2047e1b commit d21346c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/kit-docs/vite.config.js
Expand Up @@ -12,6 +12,9 @@ const config = {
},

server: {
watch: {
usePolling: true,
},
fs: {
strict: false,
},
Expand Down

0 comments on commit d21346c

Please sign in to comment.