Skip to content

Commit

Permalink
Update content/800-guides/1100-using-prisma-nuxt-module-with-prisma-p…
Browse files Browse the repository at this point in the history
…ostgres.mdx

Co-authored-by: Nikolas <[email protected]>
  • Loading branch information
ankur-arch and nikolasburk authored Jan 20, 2025
1 parent 9a53593 commit 811c71f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Now that the Prisma Postgres instance is ready, update your Nuxt application to
```prisma file=prisma/schema.prisma
datasource db {
// edit-next-line
provider = "postgresql"
provider = "postgresql"
url = env("DATABASE_URL")
}
```
Expand Down

0 comments on commit 811c71f

Please sign in to comment.