Private
Public Access
1
0

chg: dev: replace webpack w/ vite & remove old, legacy jQuery from the code #4

This commit is contained in:
2026-04-10 21:06:22 +02:00
parent d186a96f0d
commit c660c13ea2
21 changed files with 326 additions and 12177 deletions

View File

@@ -91,5 +91,5 @@
{% block stylesheets %}
{{ parent() }}
{{ encore_entry_link_tags('homeStyle') }}
{{ vite_entry_link_tags('homeStyle') }}
{% endblock %}