// Stub: see design §7 — WebKit kiosk bootstrap. // Creates a GtkWindow, attaches a WebKitWebView, loads dashboard.html, // connects to the Shell DBus service. import GLib from 'gi://GLib'; GLib.set_prgname('dashward-container'); log('[dashward-container] P0 stub started'); declare function log(msg: string): void;