Switch to ES module entry point

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Simon Kühn 2026-05-08 12:46:19 +02:00
parent d8162c3e2d
commit 49e6398cba

View file

@ -357,6 +357,6 @@
</div> </div>
</template> </template>
<script src="app.js?v={{ jsv }}"></script> <script type="module" src="js/app.js?v={{ jsv }}"></script>
</body> </body>
</html> </html>