feat: trpc integration

This commit is contained in:
2023-07-02 23:17:04 -03:00
parent c67dead763
commit d155350636
12 changed files with 61 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
{
"watch": "**/*",
"ext": "ts, json",
"exec": "ts-node app.ts"
}