Closed m-atarashi closed 1 year ago
I found the previous directory name was used in the command.
```bash export DATABASE_URL="mysql://user:password@host:port/database" - npx prisma migrate dev --schema sharegpt-app/prisma/schema.prisma + npx prisma migrate dev --schema app/prisma/schema.prisma
Copy the .env.example file to .env and fill in the values
- cd sharegpt-app + cd app yarn
@m-atarashi is attempting to deploy a commit to the dom-pro Team on Vercel.
A member of the Team first needs to authorize it.
I found the previous directory name was used in the command.
Copy the .env.example file to .env and fill in the values