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

[Bug] Init fail on existing project with prisma schema in multiple files (from Prisma 5.15.0) #204

Open
marmotz opened this issue Jul 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@marmotz
Copy link

marmotz commented Jul 5, 2024

Describe the bug
When I want to init kirimase on an existing project and prisma schema was splitted in multiple files (see https://www.prisma.io/blog/organize-your-prisma-schema-with-multi-file-support) kirimase search prisma/schema.prisma file and fail

To Reproduce
Steps to reproduce the behavior:

  1. Create a next project
  2. Install prisma and move prisma/schema.prisma to prisma/schema/schema.prisma
  3. Launch kirimase init in project root
  4. See error

Expected behavior
Kirimase should auto detect prisma even with the new multiple schema files

@marmotz marmotz added the bug Something isn't working label Jul 5, 2024
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