Spaces:
Paused
Paused
File size: 317 Bytes
178e38e | 1 2 3 4 5 6 7 8 9 | /**
* 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";
|