added initial schema.prisma, populate brand and equipment

This commit is contained in:
2024-10-05 20:06:12 +00:00
parent 5a950f6851
commit 9001c47410
35 changed files with 360 additions and 24 deletions

View File

@ -23,5 +23,8 @@
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
}
}