judge4c/src/lib
2025-03-18 21:53:12 +08:00
..
auth.ts feat(auth): add event to assign ADMIN role to the first user 2025-03-18 21:53:12 +08:00
language-server.ts refactor(language-server): replace EditorLanguageMetadata with EditorLanguageConfig and LanguageServerConfig for better type safety 2025-03-16 15:49:46 +08:00
prisma.ts feat(prisma): add global Prisma client instance 2025-03-12 15:25:31 +08:00
shiki.ts fix(prisma): update enum values for EditorLanguage to lowercase ('c' and 'cpp') 2025-03-08 21:03:32 +08:00
utils.ts refactor(utils): update getPath function to use EditorLanguageConfig from Prisma 2025-03-16 15:36:54 +08:00
zod.ts feat(auth): add validation schema using Zod 2025-03-14 14:22:58 +08:00