remove hard-coded libraries part 1

This commit is contained in:
Jin
2024-08-11 01:20:17 +02:00
parent 94340ab1a1
commit d3803fc6f3
12 changed files with 654 additions and 113043 deletions

View File

@@ -159,7 +159,7 @@
<link href="<%= assetPath %>/libraries/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<script src="<%= assetPath %>/libraries/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="<%= assetPath %>/libraries/knockout.min.js"></script>
<script src="<%= assetPath %>/node_modules/knockout/build/output/knockout-latest.js"></script>
<script src="<%= appPath %>/setup.js" crossorigin type="module"></script>
<link href="<%= assetPath %>/stylesheets/theme-light.css" rel="stylesheet">