Path
This type represents a path to a file of any sort. All paths in the configuration file and across Prisma Util are resolved relative from the project root. At it's core, Path is just a string or a function that returns a string (for more information, read about configuration utilities here). When defining paths, you should follow the recommendations from this page.
Last updated