server state and stdio streaming

This commit is contained in:
2023-10-03 02:57:35 -06:00
parent dc4c8efeb2
commit 4a4563ba85
25 changed files with 502 additions and 80 deletions

View File

@@ -10,13 +10,13 @@ export default function Setup() {
<div class="m-auto flex gap-4 mt-4">
<a href="/setup/vanilla">
<Button>Vanilla</Button>
<Button href="/setup/vanilla">Vanilla</Button>
</a>
<a href="/setup/fabric">
<Button>Fabric</Button>
<Button href="/setup/fabric">Fabric</Button>
</a>
<a href="/setup/forge">
<Button>Forge</Button>
<Button href="/setup/forge">Forge</Button>
</a>
</div>
</Content>