Skip to content

Commit ecd922a

Browse files
committed
fix: actually, let nextjs handle the node_env
1 parent db94c85 commit ecd922a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.env.example

-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
# the webpack config using the `EnvironmentPlugin`.
66
# ------------------------------------------------------------------------------
77

8-
# The environment the app is running in.
9-
# Generally, this should stay as 'production' so that webpack and the bundlers
10-
# know to optimize the build for best performance.
11-
NODE_ENV="production"
12-
138
# App-specific environment variable.
149
# Similar purpose as NODE_ENV but for our own use, and at times
1510
# may not be in sync with the NODE_ENV the app is running under.

0 commit comments

Comments
 (0)