mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +00:00
fix schema import path
This commit is contained in:
@@ -4,7 +4,7 @@ import type { EntityManager } from "../entities";
|
||||
import { InvalidFieldConfigException, TransformPersistFailedException } from "../errors";
|
||||
import type { FieldSpec } from "data/connection/Connection";
|
||||
import type { TFieldTSType } from "data/entities/EntityTypescript";
|
||||
import { s, parse, InvalidSchemaError } from "core/object/schema";
|
||||
import { s, parse, InvalidSchemaError } from "bknd/core";
|
||||
|
||||
// @todo: contexts need to be reworked
|
||||
// e.g. "table" is irrelevant, because if read is not given, it fails
|
||||
|
||||
Reference in New Issue
Block a user