feat: add trpc websocket (#205)

This commit is contained in:
Manuel
2024-03-14 18:43:47 +01:00
committed by GitHub
parent 9ae99ad06c
commit 4f375cbe6d
14 changed files with 268 additions and 32 deletions

View File

@@ -2,6 +2,7 @@
"name": "@homarr/validation",
"private": true,
"version": "0.1.0",
"type": "module",
"exports": {
".": "./index.ts"
},