feat(serverConfigs): enhance jumphost server filtering logic for backward compatibility
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m24s

This commit is contained in:
2026-01-20 15:53:34 +07:00
parent fda6e936aa
commit c6599efb21
2 changed files with 15 additions and 1 deletions
+4
View File
@@ -12,5 +12,9 @@ export default defineConfig({
secure: false,
},
},
// Отключаем кеширование в dev режиме
headers: {
'Cache-Control': 'no-store',
},
},
})