Explorar el Código

webview.js fix

marek hace 1 mes
padre
commit
d7a9b6e86f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/webview.js

+ 1 - 1
apps/webview.js

@@ -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();