File size: 200 Bytes
1e92f2d |
1 2 3 4 5 6 7 |
import { loadBindings } from '../../build/swc'
export async function startTurboTraceServerCli(file: string) {
let bindings = await loadBindings()
bindings.turbo.startTurbopackTraceServer(file)
}
|