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

This commit is contained in:
Dax Raad
2026-07-03 01:19:43 -04:00
parent b6c3a8ea7b
commit 1de3c6e4a6
27 changed files with 534 additions and 479 deletions
+3 -1
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",