Skip to content

Commit

Permalink
Update vercel.md (honojs#414)
Browse files Browse the repository at this point in the history
Mention the need to setup an environment variable to disable vercel node.js helpers as for issue honojs#84
  • Loading branch information
ramiel authored Jun 24, 2024
1 parent 62a082a commit 3bd4eea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/getting-started/vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,7 @@ app.get('/hello', (c) => {

export default handle(app)
```

In order for this to work, it's important to disable Vercel node.js helpers by setting up an enviroment variable in your project dashboard or in your `.env` file

`NODEJS_HELPERS=0`

0 comments on commit 3bd4eea

Please sign in to comment.