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
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 13m38s
This commit is contained in:
+1
-3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user