diff --git a/dashboard/server/runtime-loader.ts b/dashboard/server/runtime-loader.ts index 7612f02..6fd903f 100644 --- a/dashboard/server/runtime-loader.ts +++ b/dashboard/server/runtime-loader.ts @@ -262,6 +262,11 @@ export function readRuntimeEnvSettings(): RuntimeEnvSettings { detectedBy: `file:dashboard/config/${RUNTIME_ENV_CONFIG_BASENAME}`, }) + candidates.push({ + path: path.resolve(process.cwd(), 'config', RUNTIME_ENV_CONFIG_BASENAME), + detectedBy: `file:config/${RUNTIME_ENV_CONFIG_BASENAME}`, + }) + candidates.push({ path: path.resolve(process.cwd(), RUNTIME_ENV_CONFIG_BASENAME), detectedBy: `file:${RUNTIME_ENV_CONFIG_BASENAME}`,