Set up FastAPI server, vanilla UI, and deployment scripts for the TTS app, including DB/ffmpeg wiring and Apache config.
8 lines
155 B
Bash
8 lines
155 B
Bash
#!/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."
|