refactor: Add native Python runner runtime env var (#19109)

This commit is contained in:
Iván Ovejero
2025-09-03 09:35:25 +02:00
committed by GitHub
parent 63a3502283
commit 89fc91bed6
6 changed files with 42 additions and 40 deletions

View File

@@ -60,6 +60,7 @@ export interface FrontendSettings {
versionCli: string;
nodeJsVersion: string;
concurrency: number;
isNativePythonRunnerEnabled: boolean;
authCookie: {
secure: boolean;
};