JCoDog

Results 7 comments of JCoDog

Is this the correct way, this is what I have tried most recently. code: ```typescript export const router = OpenAPIRouter({ docs_url: "/", schema: { info: { title: "JCoNet LTD API",...

This is something I am playing with in my new portfolio project. I want to see if I can make the jstack api part (server folder) its own package/app so...

Same issue and the test-path says true.

> Got the same error when trying to run Stripe extension in VSCode with Win10. > > > > ![image](https://github.com/stripe/stripe-cli/assets/129337249/40c84c08-9b77-4681-9bae-780bf635d508) > > > > Seems that the extension triggers the...

You can implement prisma really easily using the neon adapter for it, the same way that they do the db middleware for drizzle.

For anyone wondering how easy it is, just like with drizzle-orm, it isnt built into jstack you add it yourself. It is this easy. ```typescript // src/lib/prisma.ts import { PrismaClient...

#58 covers this in more detail as to why you are getting errors. Its because zod is consuming the body before clerk middleware can, so its erroring as contaminated/consumed/read whatever...