Added Prisma Documentation Generator.

This commit is contained in:
2023-05-06 20:30:32 +02:00
parent 95ec75b8d7
commit 884af9e487
4 changed files with 3082 additions and 144 deletions

View File

@ -10,6 +10,12 @@ datasource db {
url = env("DATABASE_URL")
}
// https://github.com/pantharshit00/prisma-docs-generator
generator docs {
provider = "node node_modules/prisma-docs-generator"
output = "../docs"
}
enum Status {
normal
borrowed