We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ff228 commit 3a42a1cCopy full SHA for 3a42a1c
src/run/handlers/request-context.cts
@@ -4,6 +4,9 @@ import { LogLevel, systemLogger } from '@netlify/functions/internal'
4
5
import type { NetlifyCachedRouteValue } from '../../shared/cache-types.cjs'
6
7
+// hacks?
8
+process.env.NODE_ENV = 'production'
9
+
10
type SystemLogger = typeof systemLogger
11
12
export type RequestContext = {
0 commit comments