diff --git a/src-web/main.tsx b/src-web/main.tsx index 1c6d63a2..5960bc0a 100644 --- a/src-web/main.tsx +++ b/src-web/main.tsx @@ -1,4 +1,5 @@ import { getCurrentWebviewWindow } from '@tauri-apps/api/webviewWindow'; +import { attachConsole } from '@tauri-apps/plugin-log'; import { type } from '@tauri-apps/plugin-os'; import { StrictMode } from 'react'; import { createRoot } from 'react-dom/client';