Clean up and fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user