fix(daemon): scope token drift warnings

This commit is contained in:
Sebastian
2026-02-17 08:44:07 -05:00
parent 210bc37971
commit 111a24d55c
4 changed files with 117 additions and 21 deletions

View File

@@ -46,5 +46,6 @@ export async function runDaemonRestart(opts: DaemonLifecycleOptions = {}): Promi
service: resolveGatewayService(),
renderStartHints: renderGatewayServiceStartHints,
opts,
checkTokenDrift: true,
});
}