hydrogen-web/src/index.html

12 lines
261 B
HTML
Raw Normal View History

<!DOCTYPE html>
<!-- this file contains all references to include in the SDK asset build (using vite.sdk-assets-config.js) -->
<html>
<head>
</head>
<body>
<script type="module">
2021-12-21 19:58:34 +05:30
import "./platform/web/sdk/paths/vite";
</script>
</body>
</html>