mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +00:00
fix: update database URL to remove 'file:' prefix in examples
This commit is contained in:
@@ -7,7 +7,7 @@ import { serve } from "bknd/adapter/node";
|
||||
/** @type {import("bknd/adapter/node").NodeBkndConfig} */
|
||||
const config = {
|
||||
connection: {
|
||||
url: "file:data.db",
|
||||
url: "data.db",
|
||||
},
|
||||
config: {
|
||||
media: {
|
||||
|
||||
Reference in New Issue
Block a user