import { Webview } from "webview-bun"; const webview = new Webview(); webview.navigate(`http://127.0.0.1`); webview.run();