the prompt now displays and works with unknown command

This commit is contained in:
2025-02-06 20:51:25 -05:00
parent 273f748ff1
commit acf460772c
9 changed files with 133 additions and 62 deletions

View File

@ -7,7 +7,7 @@ import Terminal from '../components/react/terminal/exec';
<Webpage>
<main>
<Motd/>
<Terminal client:only/>
<Terminal client:only="react"/>
</main>
</Webpage>