Feature: Add Prisma multi-file support
For types where the type is prisma, can we add support for multiple files?
Implementation ideas:
- Add a
multi property in origin to parse the incoming path (file or folder).
- Allow
origin to accept either a file path or a folder path, with implicit parsing.
- Add wildcard
*.prisma support to the path property in origin.
If you're willing, you can assign this issue to me, and I can submit a PR to implement it. What do you think?
Feature: Add Prisma multi-file support
For types where the type is
prisma, can we add support for multiple files?Implementation ideas:
multiproperty inoriginto parse the incoming path (file or folder).originto accept either a file path or a folder path, with implicit parsing.*.prismasupport to thepathproperty inorigin.If you're willing, you can assign this issue to me, and I can submit a PR to implement it. What do you think?