Fresh start on MariaDB Gitea

This commit is contained in:
2026-02-25 19:04:18 +09:00
commit 326b749ca8
20 changed files with 1171 additions and 0 deletions

7
client/run.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
cd /home/dsyoon/workspace/tts/client
echo "Client is served by the FastAPI server."
echo "No build step required."