Skip to content

Commit c294395

Browse files
docs: Add note about 'NODE_ENV=production' (#2435)
Motivation #2428
1 parent 096d18b commit c294395

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ graphql(schema, query).then(result => {
102102
});
103103
```
104104

105+
**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.
106+
105107
### Want to ride the bleeding edge?
106108

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

0 commit comments

Comments
 (0)