Clean up and fixes

This commit is contained in:
2026-02-08 02:32:50 +00:00
parent eb1bf9020e
commit da096af0fa
36 changed files with 2119 additions and 1751 deletions

View File

@@ -20,7 +20,7 @@ async function main(): Promise<void> {
await App.create({
syncServerUrl: process.env['SYNC_SERVER_URL'] ?? 'http://localhost:3000',
databasePath: process.env['DB_PATH'] ?? './',
databaseFilename: process.env['DB_FILENAME'] ?? 'xo-wallet',
databaseFilename: process.env['DB_FILENAME'] ?? 'xo-wallet.db',
});
} catch (error) {
console.error('Failed to start XO Wallet CLI:', error);