fix: 更新数据库中间件导入路径
- 更新数据库中间件导入路径以正确引用模块。
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
|||||||
} from 'drizzle-zod'
|
} from 'drizzle-zod'
|
||||||
import { z } from 'zod'
|
import { z } from 'zod'
|
||||||
import { todoTable } from '@/db/schema'
|
import { todoTable } from '@/db/schema'
|
||||||
import { dbProvider } from '../middlewares'
|
import { dbProvider } from '@/orpc/middlewares'
|
||||||
|
|
||||||
const selectSchema = createSelectSchema(todoTable)
|
const selectSchema = createSelectSchema(todoTable)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user