Refactor frontend structure and update dependencies
Publish Docker image / build-and-push (push) Successful in 2m6s

- Changed the main entry point from main.jsx to main.tsx for TypeScript support.
- Removed Tabler JS import and integrated Tailwind CSS for styling.
- Updated package.json and package-lock.json to include new dependencies such as @fontsource-variable/geist and tailwindcss, while removing unused ones.
- Enhanced Vite configuration with path aliasing for improved import management.
- Deleted unused App.css and App.jsx files to streamline the project structure.

Made-with: Cursor
This commit is contained in:
2026-04-26 14:56:48 +07:00
parent fe7acd655e
commit b0c8a0a4bb
109 changed files with 9800 additions and 2816 deletions
+1 -2
View File
@@ -16,7 +16,6 @@
</head>
<body>
<div id="root"></div>
<!-- Удалён импорт Tabler JS, теперь он импортируется в main.jsx -->
<script type="module" src="/src/main.jsx"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>