Updates and more

This commit is contained in:
2023-11-03 20:31:27 +01:00
parent b5a54d087b
commit e97e86f9ac
22 changed files with 363 additions and 80 deletions

View File

@@ -0,0 +1,11 @@
<script lang="ts">
import {server} from "./stores/server.ts";
</script>
{#await $server}
{:then data}
{data.players.online}
{:catch error}
Error
{/await}