feat(client): self-contained local service discovery and lifecycle
This commit is contained in:
parent
b6c3a8ea7b
commit
1de3c6e4a6
27 changed files with 535 additions and 480 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue