0.0.3: fix entryNames of sources files included by html in a subdir (they didnt keep their relative address...)
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-20 23:14:59 +02:00
parent a784abc1b0
commit 9bf026f0c3
5 changed files with 54 additions and 4 deletions

View File

@@ -8,5 +8,6 @@
import {adminDeps} from "../app/admin-deps.js";
bootstrap(document.getElementById('root'), adminDeps());
</script>
<script src="./batman.js" type="module"></script>
</body>
</html>