refactor: rename backend/frontend dirs and remove NovelWriter submodule
- Rename qwen3-tts-backend → canto-backend - Rename qwen3-tts-frontend → canto-frontend - Remove NovelWriter embedded repo Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
4
dev.sh
4
dev.sh
@@ -21,7 +21,7 @@ colorize() {
|
||||
BLUE=$'\033[34m'
|
||||
MAGENTA=$'\033[35m'
|
||||
|
||||
(cd qwen3-tts-backend && DEV_MODE=true LOG_LEVEL=debug /home/bdim/miniconda3/envs/qwen3-tts/bin/uvicorn main:app --host 0.0.0.0 --port 8000 --reload --log-level debug 2>&1 | colorize "$BLUE" "backend") &
|
||||
(cd qwen3-tts-frontend && npm run dev 2>&1 | colorize "$MAGENTA" "frontend") &
|
||||
(cd canto-backend && DEV_MODE=true LOG_LEVEL=debug /home/bdim/miniconda3/envs/canto/bin/uvicorn main:app --host 0.0.0.0 --port 8000 --reload --log-level debug 2>&1 | colorize "$BLUE" "backend") &
|
||||
(cd canto-frontend && npm run dev 2>&1 | colorize "$MAGENTA" "frontend") &
|
||||
|
||||
wait
|
||||
|
||||
Reference in New Issue
Block a user