Files
bknd-examples/bknd.config.ts
2026-02-08 20:28:46 +05:30

10 lines
166 B
TypeScript

import type { NextjsBkndConfig } from "bknd/adapter/nextjs";
export default {
connection: {
url: "data.db",
},
options:{
}
} satisfies NextjsBkndConfig;