Using MyApiLive Layer with Cloudflare Workers for Direct Request Handling
I have defined my
I am using cloudflare worker, which takes request and returns a response. How can I run this layer without creating a server? Rather pass request and return Response directly from cloudflare?
MyApiLive.I am using cloudflare worker, which takes request and returns a response. How can I run this layer without creating a server? Rather pass request and return Response directly from cloudflare?
