add async property to main script
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 39s Details

This commit is contained in:
Ladd Hoffman 2024-04-25 14:48:45 -05:00
parent f202e5e4f2
commit 8bb9f6b41e
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ window.addEventListener(
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script async type="module" src="/src/main.jsx"></script>
</body>
</html>