migrate eboutic to typescript

This commit is contained in:
imperosol
2024-11-13 23:26:05 +01:00
parent 37c4621e9e
commit 34559dda08
2 changed files with 43 additions and 35 deletions

View File

@ -11,7 +11,7 @@
{% block additional_js %}
{# This script contains the code to perform requests to manipulate the
user basket without having to reload the page #}
<script src="{{ static('eboutic/js/eboutic.js') }}"></script>
<script src="{{ static('webpack/eboutic/eboutic-index.ts') }}"></script>
{% endblock %}
{% block additional_css %}