feat(config): persist config.patch updates atomically
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ export function registerStartCommand(program: Command): void {
|
||||
|
||||
// Dynamic import to avoid loading daemon code for other commands
|
||||
const { startDaemon } = await import('../daemon/index.js');
|
||||
const daemon = await startDaemon(config);
|
||||
const daemon = await startDaemon(config, { configPath });
|
||||
|
||||
if (config.telegram) {
|
||||
console.log(`Allowed Telegram chat IDs: ${config.telegram.allowed_chat_ids.join(', ')}`);
|
||||
|
||||
Reference in New Issue
Block a user