How to configure Nuxt3 and service worker to handle API requests with a backend on different port in development?
I’m developing a PWA using Nuxt3, where my frontend runs on http://localhost:3000 and my backend (Django) runs on http://127.0.0.1:8000. I’m facing issues with service worker scope and API request proxying in a development environment.