mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 16:46:00 +00:00
update app create config to accept libsql config directly
This commit is contained in:
+1
-4
@@ -32,10 +32,7 @@ export default {
|
||||
async fetch(request: Request) {
|
||||
if (!app || recreate) {
|
||||
app = App.create({
|
||||
connection: {
|
||||
type: "libsql",
|
||||
config: credentials
|
||||
},
|
||||
connection: credentials,
|
||||
initialConfig
|
||||
});
|
||||
app.emgr.onEvent(
|
||||
|
||||
Reference in New Issue
Block a user