pub fn start_turbopack_trace_server( path: PathBuf, port: Option<u16>, ) -> Arc<StoreContainer>
Starts the trace server on a background thread and returns the store immediately. The WebSocket server runs non-blocking.