Private
Public Access
1
0

chg: pkg: update the vite related stuff because CORS and React errors - reinit the miration #4

This commit is contained in:
2026-04-11 15:50:53 +02:00
parent 5b55a6ce73
commit 85a440017c
4 changed files with 16 additions and 57 deletions

View File

@@ -37,5 +37,5 @@
{% block javascripts %}
{{ parent() }}
{{ vite_entry_script_tags('mineseeker') }}
{{ vite_entry_script_tags('mineseeker', { dependency: 'react' }) }}
{% endblock %}