Files
bknd/app/bknd.config.js
2024-11-16 12:01:47 +01:00

13 lines
203 B
JavaScript

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