Files
bknd/app/bknd.config.js.ignore

14 lines
233 B
Plaintext

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