Hono RPC is working!

This commit is contained in:
David Bauch
2025-07-15 12:30:26 -04:00
parent 12df62e99b
commit cd6c4df39e
35 changed files with 582 additions and 622 deletions

View File

@@ -13,6 +13,18 @@
"@/public/*": ["./public/*"]
}
},
// https://catalins.tech/hono-rpc-in-monorepos/#the-solutiontypescript-project-references
"references": [
{
"path": "../server/tsconfig.json"
},
{
"path": "../../packages/client/tsconfig.json"
},
{
"path": "../../packages/shared/tsconfig.json"
}
],
"include": ["next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}