Add buildDatabaseUrl and a CLI helper to print it

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-31 01:11:35 +02:00
co-authored by Claude Sonnet 5
parent 1ebff25603
commit 5e0b832fce
3 changed files with 28 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
import { loadConfig } from '../src/config.js';
import { buildDatabaseUrl } from '../src/db.js';
console.log(buildDatabaseUrl(loadConfig()));