1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-01 22:22:53 +00:00

build: use webjars for JS dependencies for now

This commit is contained in:
2024-01-15 07:18:14 +01:00
parent 568942bfe5
commit a1a252d5a9
3 changed files with 6 additions and 47 deletions

File diff suppressed because one or more lines are too long

View File

@ -38,7 +38,7 @@
</section>
</main>
<script th:src="@{/echarts.min.js}"></script>
<script th:src="@{/webjars/echarts/dist/echarts.min.js}"></script>
<script th:src="@{/scripts.js}"></script>
<script>
window.onload = () => {