feat: Introduce DTOs for API validation and new deployment features, including a Git controller and UI components.

This commit is contained in:
2025-11-23 12:03:11 +08:00
parent 02b7c3edb2
commit 378070179f
24 changed files with 809 additions and 302 deletions

View File

@@ -8,7 +8,7 @@ import {
updateProjectSchema,
listProjectQuerySchema,
projectIdSchema,
} from './schema.ts';
} from './dto.ts';
@Controller('/projects')
export class ProjectController {