//import type { BkndConfig } from "./src"; export default { app: { connection: { type: "libsql", config: { //url: "http://localhost:8080" url: ":memory:" } } } };