fix: E2E test stability and UI performance improvements (#823)

This commit is contained in:
gsxdsm
2026-03-02 18:46:28 -08:00
committed by GitHub
parent 1c3d6434a8
commit 54d69e907b
9 changed files with 88 additions and 21 deletions

View File

@@ -242,6 +242,7 @@ export async function setupRealProject(
theme: 'dark',
sidebarOpen: true,
maxConcurrency: 3,
skipSandboxWarning: true,
};
localStorage.setItem('automaker-settings-cache', JSON.stringify(settingsCache));