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
Error compiling generated code:
lib/generated/zod/input/AmortizationScheduleInput.schema.ts:4:29 - error TS2307: Cannot find module '.zenstack/models' or its corresponding type declarations.
4 import type { Prisma } from '.zenstack/models';
~~~~~~
lib/generated/zod/input/AmortizationScheduleItemInput.schema.ts:4:29 - error TS2307: Cannot find module '.zenstack/models' or its corresponding type declarations.
The text was updated successfully, but these errors were encountered:
This happens when the ZModel triggers generation of a logical prisma client.
The text was updated successfully, but these errors were encountered: