Switch to ES module entry point
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d8162c3e2d
commit
49e6398cba
1 changed files with 1 additions and 1 deletions
|
|
@ -357,6 +357,6 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script src="app.js?v={{ jsv }}"></script>
|
||||
<script type="module" src="js/app.js?v={{ jsv }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue