Roger Studner

Results 2 comments of 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...