Heb
Heb
I think this absolutely needs to be defined somewhere. Ideally, this should be in a section of a H3 website, and both the Nuxt and Nitro sites should have H3...
@Andarist I've been testing this in production, it appears to be an improvement. Would you mind taking a look please?
Hi @Andarist, One of the reasons I've started doing this in all my vue + xstate projects is because very often, you want to `useSelector` in an array of actors....
Edit : found a related issue https://github.com/jsr-io/jsr/issues/157 I think that there is no support for the bin fields in jsr.json/deno.json. It seems that when using node, the package.json that is...
An elegant way to handle this would be to use `routeRules` and a target property: We could also accept a function to make it easier to discover the supported target,...
> I love the idea to allow extending handler meta with route rules for multi-target support 👍🏼 > > Only note that route rules shall not accept functions. They are...
> Would it be possible to have multiple providers something like: > > ```js > export default defineNitroConfig({ > routeRules: { > '/api/edge.get.ts': { target: t => t.vercel.edge }, >...