Create a transport over a Tauri shell child process.
The returned transport inherits stdio lifecycle behavior; writes are delegated to child.write() and stdout frames are parsed as newline-delimited JSON.
child.write()
Create a transport over a Tauri shell child process.
The returned transport inherits stdio lifecycle behavior; writes are delegated to
child.write()and stdout frames are parsed as newline-delimited JSON.