mirror of
https://github.com/runablehq/mini-browser.git
synced 2026-09-20 13:45:46 +08:00
4 lines
137 B
TypeScript
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
|