Refactor pagination components to use provide and usePaginatedList, optimize fast link handling with queuing and concurrency limits, and update XLVask content generation logic and caching.

This commit is contained in:
Jeppe Bundgaard
2026-05-12 15:03:03 +02:00
parent c657ec57ad
commit fba85a72c1
5 changed files with 61 additions and 15 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ export default defineConfig(({ mode }) => {
const bearer = `Bearer ${token}`
console.log(`Calling URL: ${url}`)
try {
execSync(`curl -f -X GET "${url}" -H "Authorization: ${bearer}"`)
execSync(`curl -f --ssl-no-revoke -X GET "${url}" -H "Authorization: ${bearer}"`)
console.log('Successfully updated server with new version.')
} catch (error) {
console.error('Failed to update server with new version:', error.message)