diff --git a/scripts/dev.sh b/scripts/dev.sh index 562d664..7281e73 100755 --- a/scripts/dev.sh +++ b/scripts/dev.sh @@ -2,8 +2,6 @@ set -euo pipefail IFS=$'\n\t' -export RUST_LOG=readtomyshoe_server - (trap 'kill 0' SIGINT; \ bash -c ' \ cd frontend; \ diff --git a/server/src/tts.rs b/server/src/tts.rs index e7369d9..bec3383 100644 --- a/server/src/tts.rs +++ b/server/src/tts.rs @@ -131,7 +131,7 @@ pub(crate) async fn tts_single(api_key: &str, req: &TtsRequest) -> Result