fix: link triggers on admin paths

This commit is contained in:
2026-02-26 09:06:18 +05:30
parent d39f0cc89d
commit 9bd6c00647
3 changed files with 4 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
import { em, entity, text, boolean, libsql } from "bknd";
import { RuntimeBkndConfig } from "bknd/adapter";
import { type RuntimeBkndConfig } from "bknd/adapter";
import { registerLocalMediaAdapter } from "bknd/adapter/node";
const local = registerLocalMediaAdapter();