prizma 이상한거거

This commit is contained in:
wallace
2025-11-11 10:42:56 +09:00
parent 512acfb921
commit 218e915e37
12 changed files with 59 additions and 960 deletions

View File

@@ -10,7 +10,11 @@
"db:generate": "prisma generate",
"db:push": "prisma db push",
"db:migrate": "prisma migrate dev",
"db:studio": "prisma studio"
"db:studio": "prisma studio",
"db:seed": "tsx prisma/seed.ts"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
},
"dependencies": {
"@prisma/client": "^6.19.0",
@@ -20,7 +24,6 @@
"better-sqlite3": "^12.4.1",
"dotenv": "^17.2.3",
"next": "16.0.1",
"prisma": "^6.19.0",
"react": "19.2.0",
"react-dom": "19.2.0"
},
@@ -31,7 +34,9 @@
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.1",
"prisma": "^6.19.0",
"tailwindcss": "^4",
"tsx": "^4.19.2",
"typescript": "5.9.3"
}
}
}