-
-
Notifications
You must be signed in to change notification settings - Fork 9
Auto-reload server #2
Comments
To be honest, I am not very familiar with SSR, this project was originally designed to run cli scripts (and then exit). I do implement a watch mode ( |
Basically using
Right now using ts-node is ok and changing that is not a top priority, but yea I may eventually PR :-) |
Have you check esno or tsm? They use esbuild directly and should be faster than ts-node and vite-node. |
Neat, I will check them out. Thanks :-) |
Is there any blocker for not supporting auto-reload? I believe it should be feasible with Vite's HMR with
vite.ssrLoadModule()
.Thanks for this neat project.
The text was updated successfully, but these errors were encountered: