hydrogen-web/src/index.html

12 lines
261 B
HTML

<!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">
import "./platform/web/sdk/paths/vite";
</script>
</body>
</html>