la niina

Results 3 comments of la niina

Am going to actually attempt this today. I like how JStack is structure compared to nextjs, and opennextjs. My worries with JStack after watching and reading the docs are mainly...

You're intercepting the API route before its initialization, ideally you achieve your intended result like below ``` const api = jstack .router() .basePath("/api") .use(kuso.defaults.cors) .onError(kuso.defaults.errorHandler) // For some reason placing...

complete, The main issue was that you were adding routes to the base app instead of the merged appRouter, and the Scalar documentation wasn't pointing to the correct OpenAPI spec...