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:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -30,4 +30,8 @@ CLAUDE.md
|
||||
样本.mp3
|
||||
aliyun.md
|
||||
nginx.conf
|
||||
deploy.md
|
||||
deploy.md
|
||||
qwen3-tts-backend/scripts
|
||||
qwen3-tts-backend/examples
|
||||
qwen3-tts-backend/qwen3-tts.service
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user