This commit is contained in:
radishsoups 2026-04-29 13:30:50 +08:00 committed by GitHub
commit 18c1a627e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
"postinstall": "prisma generate",
"prisma": "prisma generate"
},
"dependencies": {
"@2toad/profanity": "^3.3.0",