Resolve ProvidersPage and lifecycle conflicts with custom providers and AppImage ARGV0 stripping. Address review follow-ups: OAuth index helper + tests, single auth-methods load trigger, shared Google env-alias module with VS Code parity coverage, and deferred restart for custom provider upsert. Co-authored-by: Serhii Dziupin <makeittech@users.noreply.github.com>
6 lines
274 B
TypeScript
6 lines
274 B
TypeScript
/**
|
|
* Shared with packages/web/server/lib/opencode/provider-env-aliases.js via esbuild
|
|
* bundling. Keep this module as a thin re-export so web and VS Code cannot diverge.
|
|
*/
|
|
export { applyProviderEnvAliases } from '../../web/server/lib/opencode/provider-env-aliases.js';
|