I'm currently working on creating some service workers with Typescript for my PWA.
The thing is, every time I change the source code of a worker, I have to kill nextjs and run it again to see the changes.
Is there a way to configure live or hot reloading?
Hello,
I'm currently working on creating some service workers with Typescript for my PWA.
The thing is, every time I change the source code of a worker, I have to kill nextjs and run it again to see the changes. Is there a way to configure live or hot reloading?