Add some default (security) headers / remove unmaintained deps

This commit is contained in:
2025-02-09 16:07:29 +01:00
parent 5a583a94ff
commit 64d317115c
9 changed files with 158 additions and 32836 deletions

View File

@ -13,23 +13,6 @@ datasource db {
url = env("DATABASE_URL")
}
// https://github.com/pantharshit00/prisma-docs-generator
generator docs {
provider = "node node_modules/prisma-docs-generator"
output = "../docs"
}
// https://github.com/notiz-dev/prisma-dbml-generator
// Viewer: https://dbdiagram.io/d
generator dbml {
provider = "prisma-dbml-generator"
output = "../docs"
outputName = "schema.dbml"
projectName = "ATAS"
}
enum contentType {
voice_alarm
voice_explainer