mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 00:56:01 +00:00
update app create config to accept libsql config directly
This commit is contained in:
+1
-4
@@ -8,10 +8,7 @@ import { App } from "bknd";
|
||||
async function getBknd() {
|
||||
const bknd = App.create({
|
||||
connection: {
|
||||
type: "libsql",
|
||||
config: {
|
||||
url: "http://localhost:8080"
|
||||
}
|
||||
url: "http://localhost:8080"
|
||||
}
|
||||
});
|
||||
await bknd.build();
|
||||
|
||||
Reference in New Issue
Block a user