mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 20:37:21 +00:00
14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
//import type { BkndConfig } from "./src";
|
|
|
|
export default {
|
|
app: {
|
|
connection: {
|
|
type: "libsql",
|
|
config: {
|
|
//url: "http://localhost:8080"
|
|
url: ":memory:"
|
|
}
|
|
}
|
|
}
|
|
};
|