fix: 更新数据库中间件导入路径

- 更新数据库中间件导入路径以正确引用模块。
This commit is contained in:
2026-01-18 03:06:32 +08:00
parent f38867c548
commit 26c50acdf6

View File

@@ -7,7 +7,7 @@ import {
} from 'drizzle-zod'
import { z } from 'zod'
import { todoTable } from '@/db/schema'
import { dbProvider } from '../middlewares'
import { dbProvider } from '@/orpc/middlewares'
const selectSchema = createSelectSchema(todoTable)