Skip to content

Commit cd2ec5c

Browse files
Update src/content/docs/workers/tutorials/using-prisma-postgres-with-workers/index.mdx
Co-authored-by: Nikolas <[email protected]>
1 parent 6c66bbb commit cd2ec5c

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/tutorials/using-prisma-postgres-with-workers

1 file changed

+1
-1
lines changed

src/content/docs/workers/tutorials/using-prisma-postgres-with-workers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ npm install @prisma/extension-accelerate
7474
Install the [`dotenv-cli` package](https://www.npmjs.com/package/dotenv-cli) to load environment variables from `.dev.vars`:
7575

7676
```sh
77-
npm i -D dotenv-cli
77+
npm install dotenv-cli --save-dev
7878
```
7979

8080
### 2.2. Create a Prisma Postgres database and initialize Prisma

0 commit comments

Comments
 (0)