Fix stats reporting. Add Vite compatibility

This commit is contained in:
2025-11-04 16:16:50 +01:00
parent aa29de9029
commit e54dc2dbd7
21 changed files with 1060 additions and 361 deletions

View File

@@ -28,7 +28,7 @@
window.server_hostname = "{{.Hostname}}";
</script>
<script defer src='/res/svelte/wrap.js?v{{cacheID}}'></script>
<script defer src='/res/svelte/wrap.js?v{{cacheID}}' type="module"></script>
</head>
<body></body>
</html>