Skip to content

Commit

Permalink
fix: fix the server here
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur-arch committed Jan 14, 2025
1 parent b7e5db1 commit 2072898
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ Once the setup flow has terminated, it:
5. Installed and generated [Prisma Client](https://da-2255.docs-51g.pages.dev/orm/reference/prisma-client-reference) which enables you to query your DB.
6. Installed [Prisma Studio](/orm/tools/prisma-studio).

When the Prisma setup is complete, the development server should start on `https://localhost:3000`. Terminate the server. As we will make some code changes.
When the Prisma setup is complete, the development server should start on `https://localhost:3000`.

Next, stop the server, as we need to make some code changes.

## 4. Update the application code

Expand Down

0 comments on commit 2072898

Please sign in to comment.