forked from imbytecat/fullstack-starter
refactor(client): 合并 orpc.ts 和 query-client.ts 为单文件,遵循 ORPC 官方模式
This commit is contained in:
@@ -190,7 +190,7 @@ export const myTable = pgTable('my_table', {
|
||||
├── apps/
|
||||
│ ├── server/ # TanStack Start fullstack app
|
||||
│ │ ├── src/
|
||||
│ │ │ ├── client/ # ORPC client, Query client
|
||||
│ │ │ ├── client/ # ORPC client + TanStack Query utils
|
||||
│ │ │ ├── components/
|
||||
│ │ │ ├── routes/ # File-based routing
|
||||
│ │ │ └── server/ # API layer + database
|
||||
|
||||
Reference in New Issue
Block a user