Fix building olm library in production

This commit is contained in:
Robert Long 2022-04-26 16:11:32 -07:00
parent a0e4de73cc
commit 44486aa62d

View file

@ -15,7 +15,7 @@
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="/node_modules/olm/olm.js"></script> <script type="module" src="/node_modules/olm/olm.js"></script>
</body> </body>
</html> </html>