mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-16 21:03:43 +00:00
Stabilize deskctl runtime foundation
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
parent
f74f4dc2b0
commit
279506a3ea
18 changed files with 1029 additions and 304 deletions
|
|
@ -2,6 +2,8 @@ mod backend;
|
|||
mod cli;
|
||||
mod core;
|
||||
mod daemon;
|
||||
#[cfg(test)]
|
||||
mod test_support;
|
||||
|
||||
fn main() -> anyhow::Result<()> {
|
||||
if std::env::var("DESKCTL_DAEMON").is_ok() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue