forked from mystiq/hydrogen-web
11 lines
261 B
HTML
11 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>
|