move eboutic/makecommand.js to bundled directory

This commit is contained in:
Thomas Girod
2025-04-06 12:22:32 +02:00
parent 3b9c8d7b03
commit e35c1d1928
2 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,7 @@
{% endblock %}
{% block additional_js %}
<script src="{{ static('eboutic/js/makecommand.js') }}" defer></script>
<script src="{{ static('bundled/eboutic/makecommand-index.ts') }}" defer></script>
{% endblock %}
{% block content %}