-
**Describe the bug**
I am new to zog-prisma-types and have encountered what I believe is a bug.
The following Prisma schema wirh rich comments will fail
```prisma
model Test{
/// @zod.cuid()
…
-
### What happened?
### Problem:
In this issue, the default `litellm` command within the LiteLLM container attempts to execute `prisma generate` within a directory facing two significant challeng…
-
**Describe the Bug**
Generator typegraphql-prisma is taking >4 minutes compared to prisma client for a schema with >400 models while prisma client takes just under 1-2 seconds. Is this expected behav…
-
### What happened?
Using the non_root image prisma tries to write to `/usr/local/lib/python3.11/site-packages/prisma/schema.prisma` which is read only and therefore following exception is thrown duri…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the bug has not already been reported
### Versions
v3.1.1
### A minimal …
-
## Expected Behavior
Generate the class without annoying error "Declarations with initializers cannot also have definite assignment assertions." and for number type generate a default value as Date…
-
Suggest updating to
```
generator zod {
provider = "npx --yes zod-prisma-types"
}
```
-
If you see this error:
```
PrismaClientInitializationError:
Invalid `prisma.users.findUnique()` invocation:
Prisma Client could not locate the Query Engine for runtime "debian-openssl-3.0.x…
-
### Bug description
Custom generators are not running within the `npx` context when `prisma generate` is executed on Windows (in Git Bash): `Error: spawn prisma-frontend ENOENT`. On MacOS there is no…
-
Recently I successfully build my elysia Backend but after packaging it in server , when I run it using ./server I get this error:
```
SyntaxError: Cannot declare a function that shadows a let/cons…