feat(web): degree progress chart #619
Annotations
6 errors
|
build
Process completed with exit code 2.
|
|
build
scraper#check:types: command (/home/runner/work/AlbertPlus/AlbertPlus/apps/scraper) /home/runner/.bun/bin/bun run check:types exited (2)
|
|
build
Module '"@albert-plus/server/convex/http"' has no exported member 'ZUpsertRequirements'. Did you mean to use 'import ZUpsertRequirements from "@albert-plus/server/convex/http"' instead?
|
|
build
Module '"@albert-plus/server/convex/http"' has no exported member 'ZUpsertPrerequisites'. Did you mean to use 'import ZUpsertPrerequisites from "@albert-plus/server/convex/http"' instead?
|
|
build
Type 'Omit<any, "courseId">[]' is not assignable to type '({ type: "required"; courses: string[]; } | { type: "alternative"; courses: string[]; } | { type: "options"; courses: string[]; creditsRequired: number; })[]'.
|
|
build
Type 'Omit<any, "programId">[]' is not assignable to type '({ isMajor: boolean; type: "required"; courses: string[]; description?: string | undefined; } | { isMajor: boolean; type: "alternative"; courses: string[]; description?: string | undefined; } | { ...; })[]'.
|