UNPKG

@dosaygo/browserbox

Version:

BrowserBox - embeddable remote browser isolation. A WebView for the open web, an unrestricted IFRAME element, a CORS-proxy, and reverse proxy. And secure document viewer. All produced by DOSAYGO.

6 lines (4 loc) 157 B
import path from 'path'; import {execSync} from 'child_process'; const runPath = path.resolve(process.argv[2]); execSync(`"${runPath}"`,{stdio:'inherit'});