Pooya Parsa

Results 2273 comments of Pooya Parsa

Yeah no downstream logic to be in Nitro! It will make things just complexer i agree.

This is an awesome start. Wondering if we could pair it with `InferRouteParams` from rou3 (https://github.com/h3js/rou3/pull/168) for `app.[method]` somehow

Sorry, it got delayed @luxass, we will try to review soon (also added @danielroe)

Dear @luxass you don't need to rebase PR on all commits. I can take care of rebase before merge πŸ‘πŸΌ

Thanks for reporting issue. When building for vercel target, that module actually [directly uses build output API](https://github.com/vercel/workflow/blob/577d2121b826db535343ab04cc64386d9ba5e087/packages/nitro/src/index.ts#L24-L28) with extra functions and skips adding route handlers. I will investigate self-hosted situation,...

@jony1993 Not with route rules yet but you can simply replace route rule with [defineCachedEventHandler](https://nitro.unjs.io/guide/cache#cached-event-handlers) with `shouldInvalidateCache`.

@MickL Lots of things happening in h3 v2 right now to unblock last steps. (spoiler: it will be 10x faster no cheating & web apis, expect better testing ways and...

Hi all. I can assure you we are actively working around releases. (holidays are actually best time for OSS maintainers since we can focus more haha!) Nitro v2 is active...

Development had been moved to new v3 (default) branch.

I haven’t checked their docs but if they export a fetchable interface, we might just mount them on a prefix?