Open
Description
Describe the problem
I have to create an endpoint, that servers static content (like an image), in svelte kit there is a special method for that case:
Describe the proposed solution
unfortunately those methods do not work with cloudflare adapter. It would be nice to implement it somehow
Alternatives considered
For now I've just stored base64 encoded asset in ts file.
Importance
would make my life easier
Additional Information
No response