Skip to content

Commit

Permalink
Update 450-deploy-to-cloudflare.mdx (#5712)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk authored Mar 12, 2024
1 parent bc61adc commit 0661d94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ There are several options for achieving this:
```
- Duplicate the `DATABASE_URL` and any other relevant env vars into a new file called `.env` which can then be used by Prisma ORM.

> **Note**: If you're using an approach that requires `dotenv`, you need to have the [`dotenv-cli`](https://www.npmjs.com/package/dotenv-cli) package installed. You can do this e.g. by using this command: `npm install -g dotenv-cli`.
> **Note**: If you're using an approach that requires `dotenv`, you need to have the [`dotenv-cli`](https://www.npmjs.com/package/dotenv-cli) package installed. You can do this e.g. by using this command to install the package locally in your project: `npm install -D dotenv-cli`.
#### Production

Expand Down

0 comments on commit 0661d94

Please sign in to comment.