@@ -2,5 +2,5 @@ import { Webview } from "webview-bun";
const webview = new Webview();
-webview.navigate(`http://${process.env.HOSTNAME}:${process.env.PORT}`);
+webview.navigate(`http://127.0.0.1`);
webview.run();