Skip to content

Commit

Permalink
fix: correct ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur-arch committed Feb 10, 2025
1 parent 52070fa commit 1a0c1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/800-guides/140-use-prisma-in-pnpm-worspaces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Add the following scripts to the root `package.json` of your monorepo. They ensu
}
```

### 3.3. Run your application
### 3.4. Run your application

Then head back to the root of the monorepo:

Expand All @@ -318,7 +318,7 @@ pnpm run dev

Open your browser at [`http://localhost:3000`](http://localhost:3000) to see your app in action.

### 3.3. (Optional) Add data to your database using Prisma Studio
### 3.5. (Optional) Add data to your database using Prisma Studio

Their shouldn't be data in your database yet. You can execute `pnpm run studio` in your CLI to start a [Prisma Studio](/orm/tools/prisma-studio) in [`http://localhost:5555`](http://localhost:5555) to interact with your database and add data to it.

Expand Down

0 comments on commit 1a0c1c4

Please sign in to comment.