pub fn resolve_web_root() -> Result<PathBuf, ServerError>Expand description
Locate a complete workbench build (index.html present) from, in order:
- the
SEATTRELLIS_WEB_STATICenv var, - the launch working directory (
clients/web/dist, including app and Tauri-shell relative forms), - the workbench embedded at build time,
- the compile-time path baked into the binary (a development fallback).