Skip to content

Use nodemon to trigger new files and deleted files in test apps #2442

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pascalbaljet
Copy link
Member

We're currently using vite build . --watch to build the test apps in development. The test apps have a static index.html file so a full Vite dev server is a bit overkill. The --watch option triggers new builds on file changes, but not on newly added files or deleted files. The dev scripts are migrated to nodemon to support that as well.

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.

1 participant