mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-02 09:34:56 -05:00
refactor(ui): enable global debugging flag
This commit is contained in:
@@ -2,4 +2,4 @@ import ReactDOM from 'react-dom/client';
|
||||
|
||||
import InvokeAIUI from './app/components/InvokeAIUI';
|
||||
|
||||
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(<InvokeAIUI />);
|
||||
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(<InvokeAIUI isDebugging />);
|
||||
|
||||
Reference in New Issue
Block a user