Files
dashboard/.qoder/repowiki/knowledge/zh/音频设备 CMS 管理系统(前后端全栈)/特殊配置与命令.md
T
eafonyang 003b44e2bd ui 优化
2026-07-14 18:56:13 +08:00

1 line
321 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
开发:`cd frontend && pnpm dev` 启动 Vite 热更新;`cd backend && pnpm start``pnpm dev`nodemon)。生产:`docker compose up -d --build`,需先复制 `.env.example``.env` 填写 DB/Redis/S3/JWT 等环境变量;前端构建产物位于 `frontend/dist`,由 nginx 容器以只读方式挂载。