mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 23:53:25 +00:00
Revert "fix: update to using browseros cdp port arg"
This reverts commit 9bcf54c5c1.
This commit is contained in:
@@ -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}`)
|
||||
|
||||
Reference in New Issue
Block a user