We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312cd28 commit da3702bCopy full SHA for da3702b
src/run/handlers/request-context.cts
@@ -6,7 +6,7 @@ import type { NetlifyCachedRouteValue } from '../../shared/cache-types.cjs'
6
7
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
8
// @ts-ignore - last remaining bit to fix
9
-process.env.NODE_ENV = 'production'
+// process.env.NODE_ENV = 'production'
10
11
type SystemLogger = typeof systemLogger
12
0 commit comments