From d9c3de22cb51c6d1324d77ee2a883174ffaf8724 Mon Sep 17 00:00:00 2001 From: Shishant Biswas <135415806+shishantbiswas@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:16:29 +0530 Subject: [PATCH] testing mirror --- bknd.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/bknd.config.ts b/bknd.config.ts index bec8ad9..14b15cd 100644 --- a/bknd.config.ts +++ b/bknd.config.ts @@ -1,6 +1,5 @@ import { type BkndConfig, em, entity, text, boolean, libsql } from "bknd"; -// Unrelated to framework adapters import { registerLocalMediaAdapter } from "bknd/adapter/node"; const local = registerLocalMediaAdapter();