Migration from v0.14.0 to v0.15 leads Prisma errors
Describe the bug
.wasp/out/sdk/wasp/node_modules/.prisma/client/default.d.ts Is not updated to include the defined prisma schema tables. So starting the wasp server leads to getting error: Module '"@prisma/client"' has no exported member
To Reproduce
Steps to reproduce the behavior:
Go to 'https://wasp-lang.dev/docs/migration-guides/migrate-from-0-14-to-0-15'
Follow migration steps
Run wasp start or npx prisma migrate
.wasp/out/sdk/wasp/entities/index.ts is visibly getting errors: Module '"@prisma/client"' has no exported member "model"
Expected behavior
.wasp/out/sdk/wasp/entities/index.ts and .wasp/out/sdk/wasp/node_modules/.prisma/client/default.d.ts should be to have generated the defined prisma schema tables
.wasp/out/sdk/wasp/node_modules/.prisma/client/default.d.ts Is not updated to include the defined prisma schema tables. So starting the wasp server leads to getting error: Module '"@prisma/client"' has no exported member
To Reproduce
Steps to reproduce the behavior:
Go to 'https://wasp-lang.dev/docs/migration-guides/migrate-from-0-14-to-0-15'
Follow migration steps
Run wasp start or npx prisma migrate
.wasp/out/sdk/wasp/entities/index.ts is visibly getting errors: Module '"@prisma/client"' has no exported member "model"
Expected behavior
.wasp/out/sdk/wasp/entities/index.ts and .wasp/out/sdk/wasp/node_modules/.prisma/client/default.d.ts should be to have generated the defined prisma schema tables