Roger Studner
Roger Studner
Quick comment. I'm running v2.39 I *do not* configure api_host anywhere. I have one environment I *just* noticed hitting this new URL. My other enviroment running v2.39, is still hitting...
if I do format code -- it will autoformat .prisma files for me example if I have: ``` model Expense { id String @id @default(auto()) @map("_id") @db.ObjectId title String amount...
Curious if anyone has gotten SSE events to work through the proxy? I have a UI, hitting this proxy, over to a nodejs server wanting to do SSE. In production/no...