Enhance deployment script to check for merge conflicts before stashing local changes; update various JSON and PDF files with new timestamps and IDs, including new Spielplaene PDFs and revised config content.

This commit is contained in:
Torsten Schulz (local)
2025-10-22 15:11:43 +02:00
parent 2e3ebc1d83
commit de73ceb62f
13 changed files with 215 additions and 209 deletions

View File

@@ -139,7 +139,7 @@ const config = ref(null)
const loadConfig = async () => {
try {
const response = await $fetch('/api/config')
config.value = response.config
config.value = response
} catch (error) {
console.error('Fehler beim Laden der Config:', error)
}