chore: Add NODE_ENV to debug info (#19666)

This commit is contained in:
Marc Littlemore
2025-09-17 16:38:18 +01:00
committed by GitHub
parent 3c1dcfed5b
commit 83181a7c20
7 changed files with 10 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ export interface FrontendSettings {
urlBaseEditor: string;
versionCli: string;
nodeJsVersion: string;
nodeEnv: string | undefined;
concurrency: number;
isNativePythonRunnerEnabled: boolean;
authCookie: {