This commit is contained in:
Marcelo
2026-02-17 00:07:00 +00:00
parent b7a86a2d1c
commit be4ca2ed78
92 changed files with 6850 additions and 1188 deletions

1
lib/data/teacherCourses.ts Normal file → Executable file
View File

@@ -92,6 +92,7 @@ export const createTeacherCourse = (input: TeacherCourseInput, reservedSlugs: st
slug,
title: input.title,
level: input.level,
status: "Draft",
summary: input.summary,
rating: 5,
weeks: Math.max(1, input.weeks),