refactor: rename canto-backend → backend, canto-frontend → frontend

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-07 18:11:00 +08:00
parent 2fa9c1fcb6
commit 60489eab59
327 changed files with 0 additions and 0 deletions

15
backend/qwen3-tts.service Normal file
View File

@@ -0,0 +1,15 @@
[Unit]
Description=Qwen3 TTS Backend Service
After=network.target
[Service]
Type=simple
User=bdim
WorkingDirectory=/opt/qwen3-tts/qwen3-tts-backend
Environment="PATH=/home/bdim/miniconda3/envs/qwen3-tts-deploy/bin:/usr/local/bin:/usr/bin:/bin"
ExecStart=/home/bdim/miniconda3/envs/qwen3-tts-deploy/bin/uvicorn main:app --host 0.0.0.0 --port 8884
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target