I am trying to setup a single page app which is served on .workers.dev subdomain. I noticed that my /sw.js
is not being served.
First I thought that all top level assets in / are not being served but that’s not the case.
The pattern I was able to discover is /sw.*
is not served and 404.html is displayed instead.
If I rename my worker to swrk.js
everything is fine
I also posted issue on github worker-sites-template
Does anyone have similar experience?