mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +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"
|
|
}
|
|
}
|
|
}
|
|
};
|