Disable hotreloading in prod

This commit is contained in:
kamkow1
2025-06-20 01:09:16 +02:00
parent 540b3a1567
commit edc039db6e
11 changed files with 36 additions and 29 deletions

View File

@ -17,7 +17,7 @@
</div>
</footer>
<#if HOTRELOAD>
<#ifdef HOTRELOAD>
<script src="/hotreload.js"></script>
<#endif>
</body>