Fix sandboxed iframe.

This commit is contained in:
Mario Zechner 2025-10-02 02:41:15 +02:00
parent faefc63309
commit af426d2682
5 changed files with 312 additions and 193 deletions

View file

@ -5,7 +5,7 @@ import { FileCode2, Settings } from "lucide";
import "@mariozechner/mini-lit/dist/ThemeToggle.js";
import "./ChatPanel.js";
import "./live-reload.js";
import "./components/SandboxIframe.js";
import "./components/SandboxedIframe.js";
import type { ChatPanel } from "./ChatPanel.js";
import { ApiKeysDialog } from "./dialogs/ApiKeysDialog.js";