Skip to main content

start_turbopack_trace_server_handle

Function start_turbopack_trace_server_handle 

Source
pub fn start_turbopack_trace_server_handle(
    path: String,
    port: Option<u16>,
) -> TraceServerHandle
Expand description

Starts the turbopack trace server on a background thread and returns a handle immediately (non-blocking). The WebSocket server will be available at ws://127.0.0.1:<port> (default port 5747).