Hello !
I've installed trpc-nuxt & Dockerode with ts in my project, I only setup few procedures and now when I run npm run dev It acts like the build command without output..
I have to run npm run postinstall then npm run dev to get the [nitro] dev:reload: line in my command line.. It does not work every time, I have to re-start it multiple times to get it to run and wait to reload..
Also it stops when I edit the server api
I have no error thrown or anything more..
I'am using nuxt 3.5, ssr disabled
Has anyone faced this problem before?