Revert TypeScript migration - keep JS/JSX

This commit is contained in:
root
2026-06-18 17:06:54 +02:00
parent e6d92f27b3
commit 7c72ed82b6
41 changed files with 680 additions and 986 deletions
@@ -11,7 +11,7 @@
<link rel="stylesheet" href="https://unpkg.com/flowbite@1.5.1/dist/flowbite.min.css"/>
<script src="https://unpkg.com/flowbite@1.5.1/dist/flowbite.js"></script>
@vite(['resources/themes/' . setting('theme') . '/css/app.css', 'resources/themes/' . setting('theme') . '/js/app.ts'], 'build')
@vite(['resources/themes/' . setting('theme') . '/css/app.css', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build')
</head>
<body class="h-screen overflow-hidden relative bg-[#233143]">