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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -31,3 +31,7 @@ CLAUDE.md
|
|||||||
aliyun.md
|
aliyun.md
|
||||||
nginx.conf
|
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
|
VITE_APP_NAME=Qwen3-TTS
|
||||||
|
|||||||
Reference in New Issue
Block a user