how do add watch event listener to chokidar config? #11604
Unanswered
dionsaur84
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
im trying to get SSR mode to restart my express server when a server side route module changes
if im using chokidar, i can do something like:
ive tried using vite-plugin-full-reload:
while this does trigger vite to reload HMR, i do not see the changes because the express server is still serving the old code
how do i get vite to restart my express server when a route module inside the
app/routesfolder changes?Beta Was this translation helpful? Give feedback.
All reactions