Fix embedded static files on production builds

This commit is contained in:
Eli Ribble 2026-03-21 05:38:42 +00:00
parent 9cbce4ff14
commit a2c3f52ab4
No known key found for this signature in database
12 changed files with 209 additions and 3083 deletions

View file

@ -92,7 +92,7 @@
{{ template "content" . }}
</div>
<div id="flogo"></div>
<script src="/static/vendor/js/bootstrap.bundle.min.js"></script>
<script src="/static/vendor/bootstrap-5.3.8/bootstrap.bundle.min.js"></script>
<script>
document.getElementById("sidebarToggle").addEventListener("click", () => {
const sidebar = document.getElementById("sidebar");