feat: add A-card operations frontend and backend foundation

This commit is contained in:
郑龙捷
2026-09-02 09:54:03 +08:00
parent 9badd3597f
commit ad71259ba5
106 changed files with 12461 additions and 1796 deletions
+2
View File
@@ -14,6 +14,8 @@ COPY common ./common
COPY backend ./backend
COPY alembic.ini ./
COPY migrations ./migrations
COPY operations-alembic.ini ./
COPY operations_migrations ./operations_migrations
RUN uv sync --frozen --no-dev --package backend