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