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 restart-on-add-unlink vite plugin #55

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

yusukebe
Copy link
Member

Fixes #54

@yusukebe yusukebe merged commit 29910e5 into main Feb 15, 2024
1 check passed
@yusukebe yusukebe deleted the feat/restart-on-add-unlink branch February 15, 2024 14:09
@arisris
Copy link

arisris commented Jun 13, 2024

I am not sure off any other but by adding watch to /app/**.

server.watcher.add('/app/**')

in bun when "bun run --bun vite dev" it cause error and forced exit.
i removed this line and try it just work

i hope you can fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reload when add or remove a route file
2 participants