Add buildDatabaseUrl and a CLI helper to print it
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { loadConfig } from '../src/config.js';
|
||||
import { buildDatabaseUrl } from '../src/db.js';
|
||||
|
||||
console.log(buildDatabaseUrl(loadConfig()));
|
||||
Reference in New Issue
Block a user