initial commit

This commit is contained in:
2026-02-08 20:28:46 +05:30
commit c316b759c3
23 changed files with 1839 additions and 0 deletions

10
bknd.config.ts Normal file
View File

@@ -0,0 +1,10 @@
import type { NextjsBkndConfig } from "bknd/adapter/nextjs";
export default {
connection: {
url: "data.db",
},
options:{
}
} satisfies NextjsBkndConfig;