codex-proxy / packages /electron /src /electron-entry.ts
icebear0828
refactor: migrate electron from branch to npm workspace
178e38e
raw
history blame
317 Bytes
/**
* Barrel entry point for Electron bundling.
* esbuild bundles this into a single dist-electron/server.mjs with all deps included.
*/
export { setPaths } from "../../../src/paths.js";
export { startServer } from "../../../src/index.js";
export type { ServerHandle, StartOptions } from "../../../src/index.js";