From ff0a7dc1a8b8d508b52b7439db1cbcfc1dca62d9 Mon Sep 17 00:00:00 2001 From: bdim404 Date: Thu, 5 Feb 2026 10:46:53 +0800 Subject: [PATCH] fix: Update .gitignore to include backend scripts and service files; modify VITE_API_URL in .env.production for local development --- .gitignore | 6 +++++- qwen3-tts-frontend/.env.production | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a52f1af..7102a22 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,8 @@ CLAUDE.md 样本.mp3 aliyun.md nginx.conf -deploy.md \ No newline at end of file +deploy.md +qwen3-tts-backend/scripts +qwen3-tts-backend/examples +qwen3-tts-backend/qwen3-tts.service +qwen3-tts-frontend/.env.production diff --git a/qwen3-tts-frontend/.env.production b/qwen3-tts-frontend/.env.production index dab1cf7..a17c527 100644 --- a/qwen3-tts-frontend/.env.production +++ b/qwen3-tts-frontend/.env.production @@ -1,2 +1,2 @@ -VITE_API_URL=https://api.example.com +VITE_API_URL=/api VITE_APP_NAME=Qwen3-TTS