mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-05-13 13:17:45 +00:00
Merge d331d8ed46 into 09a70a87bd
This commit is contained in:
commit
08e18cbd7e
1 changed files with 3 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue