multiplehats/jaydens-stack

module is not defined

multiplehats opened this issue · 0 comments

@prisma/client needs to be both installed in apps/web as well as packages/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.