Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: generator settings disappear #35

Open
MOhhh-ok opened this issue Dec 15, 2023 · 1 comment
Open

fix: generator settings disappear #35

MOhhh-ok opened this issue Dec 15, 2023 · 1 comment
Assignees
Labels
bug 🐛 Something isn't working

Comments

@MOhhh-ok
Copy link

Hi, thanks for great service.

I use @vegardit/prisma-generator-nestjs-dto, and write schema like below.

generator nestjsDto {
  provider      = "prisma-generator-nestjs-dto"
  entityPrefix  = "Entity"
}

But after using this tool, The data is changed as

generator nestjsDto {
    provider      = "prisma-generator-nestjs-dto"
    binaryTargets = ["rhel-openssl-1.0.x", "rhel-openssl-1.0.x"]
}

Is there any way to hold my nestjsDto?

@mohammed-bahumaish mohammed-bahumaish added the bug 🐛 Something isn't working label Dec 15, 2023
@mohammed-bahumaish mohammed-bahumaish changed the title Disappear prisma-generator-nestjs-dto settings fix: generator settings disappear Dec 15, 2023
@mohammed-bahumaish
Copy link
Owner

will fix that soon, thanks for reporting! @MOhhh-ok

@mohammed-bahumaish mohammed-bahumaish self-assigned this Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants