Javascript – Using vite, how to execute a custom build command once any file has been changed
I'm using vite + typescript + vue3, and there is a command build like below. I want to trigger the build command once there is a file changed, how can I achieve it besides manually installing the nodemon. BTW, both…