This commit is contained in:
radishsoups 2026-04-27 19:29:26 -04:00 committed by GitHub
commit 08e18cbd7e
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",
@ -50,4 +51,4 @@
".": "./src/types.d.ts"
},
"types": "./src/types.d.ts"
}
}