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
the following doesn't include the case of schema.prisma being in project root folder. Prisma itself sees this file, but module complains if I press it inside root of the project
the following doesn't include the case of
schema.prisma
being in project root folder. Prisma itself sees this file, but module complains if I press it inside root of the projectnuxt-prisma/src/module.ts
Line 156 in 6e616be
Here is the correct version;
Also, shouldn't it be also check prismaSchemaPath?
Also should check package.json as it also might override schema location
Module should follow Prisma's standard behavior
The text was updated successfully, but these errors were encountered: