(stateDir: string)
| 968 | } |
| 969 | |
| 970 | function codexLoginStateDir(stateDir: string) { |
| 971 | return path.join(path.resolve(stateDir), 'runtime', 'codex-login'); |
| 972 | } |
| 973 | |
| 974 | function createWeixinServeCodexAuthManager(stateDir: string) { |
| 975 | return new CodexAccountManager({ |
no test coverage detected