mirror of
https://github.com/shishantbiswas/bknd-examples.git
synced 2026-02-27 03:51:17 +00:00
initial commit
This commit is contained in:
10
bknd.config.ts
Normal file
10
bknd.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { NextjsBkndConfig } from "bknd/adapter/nextjs";
|
||||
|
||||
export default {
|
||||
connection: {
|
||||
url: "data.db",
|
||||
},
|
||||
options:{
|
||||
|
||||
}
|
||||
} satisfies NextjsBkndConfig;
|
||||
Reference in New Issue
Block a user