Broken reference/return type of enhance
missing after running zenstack generate
#1687
Labels
Milestone
enhance
missing after running zenstack generate
#1687
Description and expected behavior
pnpm dlx create-turbo@latest --example with-prisma
. Be sure to select pnpm for the package manager.pnpm dlx zenstack@latest init
from thepackages/database
workspace to add zenstack.packages/database/src/client.ts
to export PrismaClient from prisma and everything from zenstack.apps/web/src/app/page.tsx
to create an enhanced database client by consuming @repo/database.enhance
to beany
. Navigating to declaration shows the module is missing.Reproduction can be found here. Note that the runtime executes successfully. However, no typing information is available to IDEs.
Screenshots
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: