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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script src="app.js?v={{ jsv }}"></script>
|
<script type="module" src="js/app.js?v={{ jsv }}"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue