Expand description
Wactorz desktop entry point.
Boots the full Rust backend (actor system + REST/WS server) in the same
process as the Tauri WebView, then opens a window that talks to it over
localhost. The backend port is injected into the page as
window.__WACTORZ_API_PORT before any JavaScript runs.
§Config loading order (highest priority first)
<app-config-dir>/config.json— persisted via the settings panel.envfile in the working directory- Environment variables
- Compiled-in defaults