RPC work
This commit is contained in:
14
packages/common/package.json
Normal file
14
packages/common/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "@website/common",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./config": "./src/config/index.ts",
|
||||
"./webrpc": "./src/webrpc/index.ts",
|
||||
"./*": "./src/*.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@effect/rpc": "^0.69.2",
|
||||
"effect": "^3.17.13"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user