refactor/consolidate-daemon #20

Merged
javif89 merged 4 commits from refactor/consolidate-daemon into next 2026-07-03 00:16:31 +00:00
Owner
  • Consolidated the daemon into its own self contained struct and process
    • Injecting configuration such as file and project scanning
    • It builds its own db connection based on the given path. No longer need a tokio runtime in main
    • App watching thread also moved to be part of the daemon. resolves #16 since before this, the app watcher would start even when we just needed to launch the daemon

Overall better coding patterns.

Closes #16

- Consolidated the daemon into its own self contained struct and process - Injecting configuration such as file and project scanning - It builds its own db connection based on the given path. No longer need a tokio runtime in main - App watching thread also moved to be part of the daemon. resolves #16 since before this, the app watcher would start even when we just needed to launch the daemon Overall better coding patterns. Closes #16
javif89 self-assigned this 2026-07-03 00:03:46 +00:00
javif89 requested review from xbazzi 2026-07-03 00:03:53 +00:00
xbazzi approved these changes 2026-07-03 00:15:22 +00:00
xbazzi left a comment

very naice

very naice
javif89 force-pushed refactor/consolidate-daemon from 9c6ecc2e4c to 0a1249ca48 2026-07-03 00:16:02 +00:00 Compare
javif89 referenced this pull request from a commit 2026-07-03 00:16:32 +00:00
javif89 deleted branch refactor/consolidate-daemon 2026-07-03 00:16:33 +00:00
Sign in to join this conversation.
No description provided.