mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
13 lines
203 B
JavaScript
13 lines
203 B
JavaScript
//import type { BkndConfig } from "./src";
|
|
|
|
export default {
|
|
app: {
|
|
connection: {
|
|
type: "libsql",
|
|
config: {
|
|
url: "http://localhost:8080"
|
|
}
|
|
}
|
|
}
|
|
};
|