sunder
sunder copied to clipboard
Sunder is a minimal server-side framework for building APIs and websites on Cloudflare Workers.
Hi, built a small app using the template here : https://github.com/sunderjs/sunder-worker-template And I get this error when doing `wrangler publish` ``` Error: Something went wrong with the request to Cloudflare......
Hi! Thanks for your work on Sunder - loving it, learning plenty 🙏 I'm not sure if this issue is a bug, or user error… I'm trying to add headers...
Hey there, been searching for some examples of setting up OIDC flow in sunder as a middleware. Do you know any such examples? Thanks!
After looking at the project's documentation, and poking around with sunder for a bit, I was wondering if functionality exists to allow multiple middleware per route, say similar to [koa-router](https://github.com/ZijianHe/koa-router#multiple-middleware)....
_This pull request fixes the `PathParams` type._ [The example](https://sunderjs.com/docs/middleware-router#route-parameters) shown in the docs has a type error in Typescript 4.4/4.5. ```ts type Params = PathParams; // => { firstName: string;...
``` > - [ ] ~~**[]()[]()~~```` ````~~**~~ ```