ad06fe7de4
Consolidate backend modules/tests under the backend package while syncing Supabase compose/env config and related plans.
537 B
537 B
目录结构
infra/: 基础设施与运维(Docker、脚本、部署相关)backend/: FastAPI 后端apps/: Flutter 手机端docs/: 文档与方案
Agent 规则分层
- 根目录
AGENTS.md为通用规则,所有修改均需遵守 - 编辑
backend/目录时,必须同时遵守backend/AGENTS.md - 编辑
apps/目录时,必须同时遵守apps/AGENTS.md
Docker 启动
Always start services with the env file:
docker compose --env-file .env -f docker/docker-compose.yml up -d