domeccleston / sharegpt

Easily share permanent links to ChatGPT conversations with your friends
https://sharegpt.com
MIT License
1.75k stars 215 forks source link

replace "sharegpt-app" with "app" in app/README.md #95

Closed m-atarashi closed 1 year ago

m-atarashi commented 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
  1. Copy the .env.example file to .env and fill in the values

      1. Install dependencies in the sharegpt-app
      1. Install dependencies in the app
    - cd sharegpt-app
    + cd app
    yarn
vercel[bot] commented 1 year ago

@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.