feat(client): self-contained local service discovery and lifecycle

This commit is contained in:
Dax Raad 2026-07-03 01:19:43 -04:00
commit 1de3c6e4a6
27 changed files with 535 additions and 480 deletions

View file

@ -6,7 +6,9 @@
"license": "MIT",
"exports": {
".": "./src/index.ts",
"./effect": "./src/effect.ts"
"./effect": "./src/effect.ts",
"./service": "./src/service/index.ts",
"./service/effect": "./src/service/effect.ts"
},
"scripts": {
"generate": "bun run script/build.ts",