Made a basic TTY system.

This commit is contained in:
yuanhau 2025-05-15 11:37:55 +08:00
parent 62ecea8aa3
commit ef163b6174
4 changed files with 26 additions and 5 deletions

View file

@ -0,0 +1,5 @@
export default defineEventHandler(async (event) => {
return {
hello: "hello",
};
});