Build Phase 2 judge vertical slice

This commit is contained in:
2026-08-06 22:42:39 -06:00
parent e6329ecabb
commit ec274419c3
41 changed files with 2945 additions and 669 deletions

View File

@@ -0,0 +1,6 @@
export const judgeQueueName = "judge-submission"
export interface JudgeJobData {
submissionId: string
problemId: number
}