pico icon indicating copy to clipboard operation
pico copied to clipboard

Ultra-tiny router for Cloudflare Workers and Deno

Results 1 pico issues
Sort by recently updated
recently updated
newest added

Cloudflare worker app's export should be written as follow. ``` export default { fetch: router.fetch } ``` Otherwise, wrangler deploy will throw error. > The uploaded script has no registered...