My prisma client is typed as any. What am I missin...
# orm-help
l
My prisma client is typed as any. What am I missing?
It works with
Copy code
prisma generate
👍 1
n
Hey Louis 👋 Welcome to Prisma! You would need to execute
npx prisma generate
after making changes to the schema file to make sure that PrismaClient is in sync with your schema file.
🙌 1
l
@Nurul thx for you help Nurul!
👍 1
n
No worries 🙂