Skip to content

Commit da3702b

Browse files
committed
just checking
1 parent 312cd28 commit da3702b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run/handlers/request-context.cts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { NetlifyCachedRouteValue } from '../../shared/cache-types.cjs'
66

77
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
88
// @ts-ignore - last remaining bit to fix
9-
process.env.NODE_ENV = 'production'
9+
// process.env.NODE_ENV = 'production'
1010

1111
type SystemLogger = typeof systemLogger
1212

0 commit comments

Comments
 (0)