mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
fix plugins imports
This commit is contained in:
@@ -36,3 +36,10 @@ export {
|
|||||||
genericSqliteUtils,
|
genericSqliteUtils,
|
||||||
type GenericSqliteConnection,
|
type GenericSqliteConnection,
|
||||||
} from "./connection/sqlite/GenericSqliteConnection";
|
} from "./connection/sqlite/GenericSqliteConnection";
|
||||||
|
|
||||||
|
export {
|
||||||
|
EntityTypescript,
|
||||||
|
type EntityTypescriptOptions,
|
||||||
|
type TEntityTSType,
|
||||||
|
type TFieldTSType,
|
||||||
|
} from "./entities/EntityTypescript";
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { App, type AppPlugin } from "bknd";
|
import { App, type AppPlugin } from "bknd";
|
||||||
import { EntityTypescript } from "data/entities/EntityTypescript";
|
import { EntityTypescript } from "bknd/data";
|
||||||
|
|
||||||
export type SyncTypesOptions = {
|
export type SyncTypesOptions = {
|
||||||
enabled?: boolean;
|
enabled?: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user