Deploy Inicial do SteelCheck com Docker Build Automatizado

This commit is contained in:
2026-06-22 22:54:11 +00:00
parent bec44fc6a8
commit 9ed4be24dd
3 changed files with 31 additions and 3 deletions
+1
View File
@@ -55,6 +55,7 @@ const App: React.FC = () => {
}
if (key) {
localStorage.setItem('api-key', key);
localStorage.setItem('last-api-key', key);
}
localStorage.setItem('ai-provider', newProvider);
localStorage.setItem('model-' + newProvider, newModel);