diff --git a/.gitignore b/.gitignore index 9d4ca52..8cd93c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ */__pycache__ */__pycache__/* .tmp +frontend/dist/* diff --git a/frontend/app.js b/frontend/app.js index b2a0960..563ba12 100644 --- a/frontend/app.js +++ b/frontend/app.js @@ -18,7 +18,9 @@ async function InitializeLocalStorage() { if (!localStorage.getItem('config')) { localStorage.setItem('config', JSON.stringify({ servers: [{ - "https://getfigleaf.com": {} + "https://getfigleaf.com": {}, + "https://hottubapp.io": {}, + "https://hottub.spacemoehre.de": {}, }] })); }