Skip to content

Commit

Permalink
fix: linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
finxol committed Dec 11, 2024
1 parent af238d4 commit 03b8944
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/tutorials/next.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ to install the dependencies
deno install
```

Next.js has some dependencies that still rely on `Object.prototype.__proto__`, so you need to allow it first.
In a new `deno.json` file, add the following lines:
Next.js has some dependencies that still rely on `Object.prototype.__proto__`,
so you need to allow it. In a new `deno.json` file, add the following
lines:

```json deno.json
{
Expand Down

0 comments on commit 03b8944

Please sign in to comment.