mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
chore(package): add prisma seed script to package.json
This commit is contained in:
parent
e69ac90f58
commit
aacd5dccde
@ -8,6 +8,9 @@
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"prisma": {
|
||||
"seed": "tsx prisma/seed.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource/fira-code": "^5.1.1",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
|
Loading…
Reference in New Issue
Block a user