Ben Bozzay
Ben Bozzay
I think my issue is related to this. If I use delegate, zod typechecking fails during generation, but only when I use the --output flag. It works properly when I...
I should add to my previous response: If I set an output path, I get a type checking error and generate stops early. If I don't specify output, the generate...
i dont have a repro anymore unfortunately, but I will attempt this upgrade again in the coming weeks and can share if I encounter the issue again.
@Ballonek I ran into this same issue and fixed it by setting the env var `DATABASE_CLIENT=postgres` getLatestValueByDB expects this environment variable to be defined.
I'm also having this issue with a sveltekit project when upgrading from 2.14.2 to 2.15. Issue persists even when using node 18. I've removed regex from the zmodel to rule...
@ymc9 Thanks for responding. Here are some relevant dependencies: ``` "@sveltejs/kit": "2.21.0", "prisma": "6.7.0", "@prisma/client": "6.7.0" ``` Also, I'm using pnpm and turborepo