-
Notifications
You must be signed in to change notification settings - Fork 1
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
watcher gets stuck #8
Comments
Do you have |
no it is still on false. if I change it to true it will always crash due not being able to do a symlink. |
I updated bun to the latest version and it seems to be running fine so far. |
It's probably related to auto save on your editor, you could try increasing the watcher delay on thyweaver config or disable auto save |
sometimes the watch process gets stuck and the process needs to be restarted.
running
bun cross-env NODE_ENV=development bun --watch .build/run_dev.ts
in VSCodeon a quite simple project (had it happen on more complex projects as well):
The text was updated successfully, but these errors were encountered: