mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 09:06:01 +00:00
fix schema import path
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
type TActionContext,
|
||||
type TRenderContext,
|
||||
} from "../fields";
|
||||
import { s, parse } from "core/object/schema";
|
||||
import { s, parse } from "bknd/core";
|
||||
|
||||
// @todo: entity must be migrated to typebox
|
||||
export const entityConfigSchema = s
|
||||
|
||||
Reference in New Issue
Block a user