@@ -11,8 +11,5 @@ bun.lock
# sqlite databases
data/**
-# ignore built webview app
-apps/webview
-
# keep empty folders
!**/.gitkeep
@@ -1,6 +0,0 @@
-import { Webview } from "webview-bun";
-const webview = new Webview();
-webview.navigate(`http://127.0.0.1`);
-webview.run();