add checkboxes for checks and add info for unavailable upstreams

This commit is contained in:
2026-06-11 18:27:37 +03:00
parent faa37edf33
commit a63bd04a7f
8 changed files with 947 additions and 42 deletions
+3
View File
@@ -9,4 +9,7 @@ export default defineConfig({
react(),
babel({ presets: [reactCompilerPreset()] })
],
server: {
host: true,
},
})