chore: init clean tree

This commit is contained in:
2025-12-17 23:19:04 +02:00
commit 01d96d3200
45 changed files with 4152 additions and 0 deletions

6
tty.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
export SDL_VIDEODRIVER=kmsdrm
export SDL_KMSDRM_HWCURSOR=0
export SDL_HINT_RENDER_SCALE_QUALITY=0
export NODE_ENV=development
bun run src/ui/app.ts