added docker files for deployment

This commit is contained in:
2024-09-22 09:01:24 +02:00
parent acaedfe8c7
commit b2a49ca9f7
9 changed files with 19640 additions and 4362 deletions

View File

@@ -15,8 +15,7 @@ const borderColor = ref('');
const loginStatus = ref('Login');
function update() {
var input = document.getElementById("url-input") as HTMLAudioElement;
console.log(input.value)
var input = document.getElementById("url-input") as HTMLInputElement;
userStore.baseUrl = input.value;
}