CI
All checks were successful
Lint / lint (push) Successful in 1m29s

This commit is contained in:
Julien Valverdé
2025-09-17 03:30:07 +02:00
parent 41c28d5e53
commit 18a7f9a605
5 changed files with 98 additions and 1 deletions

View File

@@ -7,6 +7,9 @@
"./webrpc": "./src/webrpc/index.ts",
"./*": "./src/*.ts"
},
"scripts": {
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"@effect/rpc": "^0.69.2",
"effect": "^3.17.13"