feat(client): add root promise entrypoint

This commit is contained in:
Dax Raad 2026-07-10 01:09:06 -04:00
commit 6a85f0d3db
4 changed files with 156 additions and 56 deletions

View file

@ -12,7 +12,7 @@ const server = resolve(import.meta.dir, "../../server")
describe("public import boundaries", () => {
test("isolates each public entrypoint", async () => {
const root = await bundleInputs("@opencode-ai/client/promise", "browser")
const root = await bundleInputs("@opencode-ai/client", "browser")
expect(within(root, effect)).toEqual([])
expect(within(root, schema)).toEqual([])