How to migrate my old schema.ts #737
BjoernRave
started this conversation in
General
Replies: 2 comments
-
okay, I figured the vercel deployment problem out, I also copied over |
Beta Was this translation helpful? Give feedback.
0 replies
-
things seem to be working fine with this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There are no clear instructions on how to migrate especially my
schema.ts
to 1.0.This is my schema:
This is what I tried, which is roughly based on the new exampple in the
nexus-plugin-prisma
repo:Generating the types in the
node_modules
like it's done in that example leaves me with this propbably due to next.js:However when trying to deploy to vercel I get this error:

Beta Was this translation helpful? Give feedback.
All reactions