fix: Update .gitignore to include backend scripts and service files; modify VITE_API_URL in .env.production for local development

This commit is contained in:
2026-02-05 10:46:53 +08:00
parent fa7e17db0d
commit ff0a7dc1a8
2 changed files with 6 additions and 2 deletions

4
.gitignore vendored
View File

@@ -31,3 +31,7 @@ CLAUDE.md
aliyun.md
nginx.conf
deploy.md
qwen3-tts-backend/scripts
qwen3-tts-backend/examples
qwen3-tts-backend/qwen3-tts.service
qwen3-tts-frontend/.env.production

View File

@@ -1,2 +1,2 @@
VITE_API_URL=https://api.example.com
VITE_API_URL=/api
VITE_APP_NAME=Qwen3-TTS