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
In Wasp's new structure (prototyped in #1584), @prisma/client is either an SDK dependency or a project dependency, possibly both (see #1595 for details).
It therefore makes most sense to make the prisma package a project dependency.
Anticipated tasks:
Modify the generator to list prisma as a dependency in the project's package.json file.
Decide where to list the @prisma/client dependency.
Verify all Prisma operations successfully execute at the project's top level.
Verify everything's OK with the types and the IDE support.
The text was updated successfully, but these errors were encountered:
In Wasp's new structure (prototyped in #1584),
@prisma/client
is either an SDK dependency or a project dependency, possibly both (see #1595 for details).It therefore makes most sense to make the
prisma
package a project dependency.Anticipated tasks:
prisma
as a dependency in the project'spackage.json
file.@prisma/client
dependency.The text was updated successfully, but these errors were encountered: