pub fn worker_router_with_dirs( worker: Worker, env_dir: impl Into<PathBuf>, work_dir: impl Into<PathBuf>, ) -> Router
Build a worker server router with custom directories.