Skip to content

Commit

Permalink
docs: Add note about 'NODE_ENV=production'
Browse files Browse the repository at this point in the history
Motivation graphql#2428
  • Loading branch information
IvanGoncharov committed Feb 6, 2020
1 parent 096d18b commit 22b1388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ graphql(schema, query).then(result => {
});
```

**Note**: Please don't forget to set `NODE_ENV=production` if you are running a production server it will disable some checks that can be useful during development but will significantly improve performance.

### Want to ride the bleeding edge?

The `npm` branch in this repository is automatically maintained to be the last
Expand Down

0 comments on commit 22b1388

Please sign in to comment.