How to cache workers with static assets (beta)?
I used to have my app deployed with
Unfortunately now my cache hit rate is zero.
In my backend I do:
This used to work perfectly with pages, but is not working anymore with workers+static assets
pages I moved to the worker + assets beta so I can have access to logs.Unfortunately now my cache hit rate is zero.
In my backend I do:
This used to work perfectly with pages, but is not working anymore with workers+static assets
