Hey everyone!
I am trying to set up Vercel’s Platforms Starter Kit locally using this guide: How to Build a Multi-Tenant App with Custom Domains Using Next.js
However, I ran into a problem with step 3, which says that “the template comes pre-populated with the necessary Prisma schema for this app. All you need to do to publish this schema to your database is run the following command: npx prisma db push”.
I cannot find this prisma schema, and running npx prisma db push throws:
“Error: Could not find Prisma Schema that is required for this command.”
I even tried making my own prisma schema and pushing it but it seems that I need a very specific one (the one that should be included somewhere).
Could you guys please help me find this prisma schema? I would greatly appreciate it!