You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
@prisma/clientneeds to be both installed inapps/webas well aspackages/database.It's currently not possible to do
import { PrismaClient } from '@acme/database'as it will throw an error:module is not defined.Related to this issue, alternatively see this Slack thread.