feat: Enable server health again
This commit is contained in:
@@ -6,8 +6,8 @@ export default defineNuxtPlugin(() => {
|
||||
|
||||
// Start the health check with a 1-minute interval
|
||||
// This ensures the health check starts even if app.vue's onMounted hasn't fired yet
|
||||
// nextTick(() => {
|
||||
// startPeriodicHealthCheck(60000)
|
||||
// })
|
||||
nextTick(() => {
|
||||
startPeriodicHealthCheck(60000)
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user