Revert "fix: update to using browseros cdp port arg"

This reverts commit 9bcf54c5c1.
This commit is contained in:
Nikhil Sonti
2026-02-23 12:33:23 -08:00
parent 9bcf54c5c1
commit d9ac4b24c5

View File

@@ -17,8 +17,8 @@ const chromiumArgs = [
]
if (env.BROWSEROS_CDP_PORT) {
// chromiumArgs.push(`--remote-debugging-port=${env.BROWSEROS_CDP_PORT}`)
chromiumArgs.push(`--browseros-cdp-port=${env.BROWSEROS_CDP_PORT}`)
// TODO: replace with --browseros-cdp-port once we fix the browseros bug
chromiumArgs.push(`--remote-debugging-port=${env.BROWSEROS_CDP_PORT}`)
}
if (env.BROWSEROS_SERVER_PORT) {
chromiumArgs.push(`--browseros-mcp-port=${env.BROWSEROS_SERVER_PORT}`)