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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user