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:
- Create a next project
- Install prisma and move
prisma/schema.prisma to prisma/schema/schema.prisma
- Launch
kirimase init in project root
- See error
Expected behavior
Kirimase should auto detect prisma even with the new multiple schema files