refactor: Remove Tabler JS import from index.html and move it to main.jsx for better module management; update handleEditModalSave function in ServerManager for clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 13m38s

This commit is contained in:
2025-07-10 10:21:44 +07:00
parent 9a109a0bf2
commit 0c7c717be8
3 changed files with 10 additions and 14 deletions
+1 -3
View File
@@ -16,9 +16,7 @@
</head>
<body>
<div id="root"></div>
<script type="module">
import '/node_modules/@tabler/core/dist/js/tabler.min.js';
</script>
<!-- Удалён импорт Tabler JS, теперь он импортируется в main.jsx -->
<script type="module" src="/src/main.jsx"></script>
</body>
</html>