Skip to content

Conversation

@thep0y
Copy link
Collaborator

@thep0y thep0y commented Oct 18, 2025

  • Move logging setup to main function for early initialization
  • Change DaemonApplication::new to synchronous constructor
  • Remove async from ConfigManager::new and DaemonApplication::new methods
  • Add Default implementation for DaemonApplication using new()
  • Adjust ConfigManager constructor to support default config directory without async
  • Clean up unnecessary imports and await usage in daemon code

- Move logging setup to main function for early initialization
- Change DaemonApplication::new to synchronous constructor
- Remove async from ConfigManager::new and DaemonApplication::new methods
- Add Default implementation for DaemonApplication using new()
- Adjust ConfigManager constructor to support default config directory without async
- Clean up unnecessary imports and await usage in daemon code
@github-actions github-actions bot merged commit a204f05 into main Oct 18, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant