Update docs, change some dev-related stuff to look better in docs lol

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-01-05 19:34:45 +01:00
parent 9111519847
commit 0e9e39096c
11 changed files with 133 additions and 13 deletions

View File

@ -10,7 +10,7 @@
<script type="module">
import PlApiClient from './lib/client.ts';
window.client = PlApiClient;
window.PlApiClient = PlApiClient;
</script>
</body>
</html>