Max
Max
Explore posts from servers
Aarktype
Created by Max on 4/4/2025 in #questions
Arktype codegeneration through openapi
Is it possible to generate Arktype types (to use as runtime type check) from a (Swagger) OpenAPI generated API? Our current approach is: Our BE updates Swagger -> we in FE download the newest file -> We generate the new API for us to use/ here Id also like to generate the arktype types -> We use it. I know that generally there are better solutions (Monorepo for example), but for now Id believe this is the best solution.
1 replies
TTCTheo's Typesafe Cult
Created by Max on 2/10/2025 in #questions
Is there a public reasoning for the folder structure of ct3a?
Hi, is there any public reasoning why the folder structure of ct3a is like it is. Eg prisma being in ./ and not under ./src/server? Im just getting into BE dev and somewhat understanding prisma I'd put it under server. Of course I would just put it there but I believe there is a reason for this?
3 replies