split js into playground and gamelib

This commit is contained in:
sfja 2025-10-10 16:59:54 +02:00
parent a89b925d01
commit d480d8f4d0
7 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@
<script type="importmap">
{
"imports": {
"lib": "./js/lib.js"
"lib": "./gamelib/lib.js"
}
}
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.43.2/ace.js"></script>
<script src="./js/index.js" type="module"></script>
<script src="./playground/index.js" type="module"></script>
</head>
<body>
<main>