feat: step 11 done

This commit is contained in:
2026-04-29 19:24:45 +02:00
parent 4ae6c55e83
commit 155fda8b81
6 changed files with 284 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ defmodule BDS.Application do
def desktop_children(_env) do
if Application.get_env(:bds, BDS.Application)[:desktop_adapter] == :desktop do
[{BDS.Desktop.Server, []} | desktop_window_children()]
[{BDS.Desktop.Server, []}, BDS.CliSync.Watcher | desktop_window_children()]
else
[]
end