6f32a206b4
Keeps provider credentials local while executing OpenCode shell and file tools against the selected remote workspace over SSH.
9 lines
378 B
TypeScript
9 lines
378 B
TypeScript
import * as crypto from 'node:crypto';
|
|
import * as http from 'node:http';
|
|
import * as electron from 'electron';
|
|
import * as ideOpenCodeBridge from '@git.zone/ide-opencode-bridge';
|
|
import * as ideServerInstaller from '@git.zone/ide-server-installer';
|
|
import * as ideSsh from '@git.zone/ide-ssh';
|
|
|
|
export { crypto, electron, http, ideOpenCodeBridge, ideServerInstaller, ideSsh };
|