fix plugins imports

This commit is contained in:
dswbx
2025-07-02 16:13:22 +02:00
parent e6ee75c712
commit 80034b9b0a
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
import { App, type AppPlugin } from "bknd";
import { EntityTypescript } from "data/entities/EntityTypescript";
import { EntityTypescript } from "bknd/data";
export type SyncTypesOptions = {
enabled?: boolean;