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
@@ -27,7 +27,7 @@
<script src="{{ asset('assets/js/tippy-bundle.umd.min.js') }}"></script>
<link rel="stylesheet" href="{{ asset('assets/css/scale.min.css') }}"/>
@vite(['resources/themes/' . setting('theme', 'atom') . '/css/app.css', 'resources/themes/' . setting('theme', 'atom') . '/js/app.ts'], 'build')
@vite(['resources/themes/' . setting('theme', 'atom') . '/css/app.css', 'resources/themes/' . setting('theme', 'atom') . '/js/app.js'], 'build')
<style>
:root {