Wireit supports the concept of a "service" (long-lived, doesn't necessarily produce output, restart on dependency change). This was very helpful in situations like when you want to run a server using the build output of a dependent task. The build task would watch for changes, while the server would wait for the build task to complete and then restart. Is that possible with vite-task?
Wireit supports the concept of a "service" (long-lived, doesn't necessarily produce output, restart on dependency change). This was very helpful in situations like when you want to run a server using the build output of a dependent task. The build task would watch for changes, while the server would wait for the build task to complete and then restart. Is that possible with vite-task?