Exerosis
TTCTheo's Typesafe Cult
•Created by Exerosis on 6/10/2023 in #questions
How to make a monorepo using create-t3 app.
I need to have a script that can be run and access prisma, as well as the normal nextjs app.
https://www.prisma.io/docs/guides/other/troubleshooting-orm/help-articles/nextjs-prisma-client-monorepo
I think I need to rebuild the whole project to make this work but I really have no idea.
If it's really difficult I'll just rewrite the project in another language.
3 replies
TTCTheo's Typesafe Cult
•Created by Exerosis on 6/9/2023 in #questions
Where in create t3 app project can I put a proxy server?
I would like to have a proxy server that runs along side my web server.
This is the server I'm using: https://github.com/httptoolkit/mockttp
I need to access prisma in the proxy so I can store call logs and what not. I'm a JVM dev so I'm kind of new to these JS systems sorry if this is a stupid question.
1 replies