🔧 browser.ts

This commit is contained in:
nirholas
2026-03-31 10:24:12 +00:00
parent 6d562a9c63
commit df56e790a9

View File

@@ -66,3 +66,4 @@ export async function openBrowser(url: string): Promise<boolean> {
return false
}
}