mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 09:46:39 +02:00
Fix
This commit is contained in:
parent
2c8e430fec
commit
6febf51cd2
3 changed files with 5 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
|||
"@rallly/eslint-config": "workspace:*",
|
||||
"@rallly/tsconfig": "workspace:*",
|
||||
"@types/node": "^18.19.41",
|
||||
"prisma": "^6.6.0",
|
||||
"tsx": "^4.6.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { PrismaClient } from "../generated/client";
|
||||
import { PrismaClient } from "@prisma/client";
|
||||
import { seedPolls } from "./seed/polls";
|
||||
import { seedScheduledEvents } from "./seed/scheduled-events";
|
||||
import { seedUsers } from "./seed/users";
|
||||
|
|
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
|
@ -477,6 +477,9 @@ importers:
|
|||
'@types/node':
|
||||
specifier: ^18.19.41
|
||||
version: 18.19.87
|
||||
prisma:
|
||||
specifier: ^6.6.0
|
||||
version: 6.6.0(typescript@5.8.3)
|
||||
tsx:
|
||||
specifier: ^4.6.2
|
||||
version: 4.19.3
|
||||
|
|
Loading…
Add table
Reference in a new issue