[GH-ISSUE #170] Fix deprecated Prisma import warning #49

Closed
opened 2026-02-26 18:45:08 +03:00 by kerem · 0 comments
Owner

Originally created by @leerob on GitHub (May 29, 2023).
Original GitHub issue: https://github.com/documenso/documenso/issues/170

imports from "@prisma/client/runtime" are deprecated.  
  Use "@prisma/client/runtime/library",  "@prisma/client/runtime/data-proxy" or  "@prisma/client/runtime/binary" 

Source: github.com/documenso/documenso@f5091dd4d7/packages/lib/server/getServerErrorFromUnknown.ts (L2)

Originally created by @leerob on GitHub (May 29, 2023). Original GitHub issue: https://github.com/documenso/documenso/issues/170 ``` imports from "@prisma/client/runtime" are deprecated. Use "@prisma/client/runtime/library", "@prisma/client/runtime/data-proxy" or "@prisma/client/runtime/binary" ``` Source: https://github.com/documenso/documenso/blob/f5091dd4d77fbfcf7413a5e1105f373e137853eb/packages/lib/server/getServerErrorFromUnknown.ts#L2
kerem closed this issue 2026-02-26 18:45:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#49
No description provided.