Skip to content

Remove backup projects page file #67

Remove backup projects page file

Remove backup projects page file #67

Triggered via push February 11, 2026 15:03
Status Success
Total duration 1m 35s
Artifacts

ci.yml

on: push
Lint & Type Check
37s
Lint & Type Check
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Lint & Type Check: app/api/projects/[id]/issues/route.ts#L21
Cannot find name 'createServerClient'.
Lint & Type Check: app/api/projects/[id]/issues/[issueId]/route.ts#L268
Cannot find name 'createClient'.
Lint & Type Check: app/api/projects/[id]/issues/[issueId]/route.ts#L107
Cannot find name 'createClient'.
Lint & Type Check: app/api/projects/[id]/issues/[issueId]/route.ts#L11
Cannot find name 'createClient'.
Lint & Type Check: app/api/auth/signup/route.ts#L106
Argument of type 'string' is not assignable to parameter of type 'Request'.
Lint & Type Check: app/api/auth/signup/route.ts#L56
Property 'label' does not exist on type 'PasswordStrength'.
Lint & Type Check: app/api/auth/sessions/route.ts#L52
Argument of type '{ id: string; userId: string; deviceInfo: { browser: string; os: string; device: string; }; location: string; ipAddress: string; createdAt: Date; lastActivity: Date; expiresAt: Date; isActive: boolean; }' is not assignable to parameter of type 'UserSession'.
Lint & Type Check: app/api/auth/password/change/route.ts#L81
Property 'label' does not exist on type 'PasswordStrength'.
Lint & Type Check
Process completed with exit code 1.