Files
runablehq__mini-browser/src/lib/config.ts
T
shashwat-runable 77b4869284 feat tabId
2026-04-29 18:26:51 +05:30

4 lines
137 B
TypeScript

export const CDP_URL = "http://127.0.0.1:9222"
export const VIEWPORT = { width: 1024, height: 768 }
export const DEFAULT_TIMEOUT = 30000