This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(client): re-export setServerModulePath from ./client subpath (#37)

Allows downstream consumers (e.g. apps bundled with `bun build --compile`)
to override the resolved server module path without deep-importing
`./dist/spawn.js`, which the package's `exports` field forbids.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

authored by

AI assistant of @schickling
Claude Opus 4.7 (1M context)
and committed by
GitHub
(May 7, 2026, 10:53 AM +0200) 71e8a834 0ce84315

+1 -1
+1 -1
src/client-api.ts
··· 12 12 } from "./sessions.ts"; 13 13 14 14 // Session creation 15 - export { spawnDaemon, resolveCommand, waitForSocket, type SpawnDaemonOptions } from "./spawn.ts"; 15 + export { spawnDaemon, resolveCommand, waitForSocket, setServerModulePath, type SpawnDaemonOptions } from "./spawn.ts"; 16 16 17 17 // Session interaction (programmatic — no process.exit, no stdin/stdout) 18 18 export {