mastodon/app/javascript/entrypoints/index.html
Echo f2b85d4696
Webpack to Vite: Utilize Ruby Vite (#34469)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2025-05-06 22:02:25 +02:00

9 lines
142 B
HTML

<html>
<head>
<script type="module" src="./application.ts"></script>
</head>
<body>
<div id="mastodon"></div>
</body>
</html>