fix: duplicate root dom element in dev mode

This commit is contained in:
ShittyKopper 2024-01-28 15:07:22 +03:00
parent a4439ed803
commit f40c3a2d9f

View file

@ -30,7 +30,7 @@
</head> </head>
<body> <body>
<div id="misskey_app"></div> <div id="sharkey_app"></div>
<script type="module" src="./_dev_boot_.ts"></script> <script type="module" src="./_dev_boot_.ts"></script>
</body> </body>
</html> </html>