mirror of
https://github.com/shishantbiswas/bknd-examples.git
synced 2026-02-27 03:51:17 +00:00
10 lines
166 B
TypeScript
10 lines
166 B
TypeScript
import type { NextjsBkndConfig } from "bknd/adapter/nextjs";
|
|
|
|
export default {
|
|
connection: {
|
|
url: "data.db",
|
|
},
|
|
options:{
|
|
|
|
}
|
|
} satisfies NextjsBkndConfig; |