feat(browser): add remote-capable profiles

Co-authored-by: James Groat <james@groat.com>
This commit is contained in:
Peter Steinberger
2026-01-04 03:32:40 +00:00
parent 0e75aa2716
commit 12ba32c724
30 changed files with 2102 additions and 298 deletions

View File

@@ -1 +1 @@
export type BrowserParentOpts = { url?: string; json?: boolean };
export type BrowserParentOpts = { url?: string; json?: boolean; profile?: string };