Beginning of File System integration

This commit is contained in:
2025-10-14 22:30:05 +02:00
parent ece02406bd
commit cec7ed8bd4
12 changed files with 2119 additions and 31 deletions

View File

@ -67,14 +67,6 @@
export function setValue(value: string): void {
editorRef?.setValue(value);
}
export function addLog(message: string): void {
logPanelRef?.addLog(message);
}
export function clearLogs(): void {
logPanelRef?.clearLogs();
}
</script>
<div class="editor-with-logs">