Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add an option to disable file watching #387

Merged
merged 2 commits into from
May 20, 2024

Conversation

tamasfe
Copy link
Contributor

@tamasfe tamasfe commented May 17, 2024

Closes #336.

By default file watching is disabled based on certain de facto standard environment variables. I only use vite, so I don't know how other bundlers are affected by this change.

src/options.ts Outdated Show resolved Hide resolved
Copy link
Owner

@posva posva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@posva posva merged commit 13f93fc into posva:main May 20, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add an option to disable the watcher
2 participants