Commit 6f81679
committed
⚡ Default NODE_ENV to production
`npm start` will always explicitly set NODE_ENV=development.
So if it's not set, the app is being run outside of the
active dev context.
This way we'll be able to start filtering exception
reports more easily from stuff we should really pay attention to.1 parent 54f119b commit 6f81679
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 42 | | |
47 | 43 | | |
48 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
0 commit comments