fix: propagate config env vars to gateway services (#1735) (thanks @Seredeep)

This commit is contained in:
Peter Steinberger
2026-01-25 10:35:43 +00:00
parent f29f51569a
commit 737037129e
11 changed files with 122 additions and 44 deletions

View File

@@ -89,7 +89,7 @@ export async function maybeInstallDaemon(params: {
token: params.gatewayToken,
runtime: daemonRuntime,
warn: (message, title) => note(message, title),
configEnvVars: cfg.env?.vars,
config: cfg,
});
progress.setLabel("Installing Gateway service…");