fix: update database URL to remove 'file:' prefix in examples

This commit is contained in:
Jonas Perusquia Morales
2026-03-24 13:30:54 -06:00
parent feb3911d46
commit dc8aca6a97
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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: {