chore(next15): upgrade to next 15 and move away from vite #264
Annotations
6 errors
Typecheck
Argument of type 'SupabaseClient<Database, "public", { Tables: { accounts: { Row: { id: string; user_id: string; }; Insert: { id?: string | undefined; user_id: string; }; Update: { id?: string | undefined; user_id?: string | undefined; }; Relationships: [...]; }; ... 4 more ...; resources: { ...; }; }; Views: {}; Functions: {}; Enums...' is not assignable to parameter of type 'SupabaseClient<any, "public", any>'.
|
Typecheck
Argument of type 'SupabaseClient<Database, "public", { Tables: { accounts: { Row: { id: string; user_id: string; }; Insert: { id?: string | undefined; user_id: string; }; Update: { id?: string | undefined; user_id?: string | undefined; }; Relationships: [...]; }; ... 4 more ...; resources: { ...; }; }; Views: {}; Functions: {}; Enums...' is not assignable to parameter of type 'SupabaseClient<any, "public", any>'.
|
Typecheck
Argument of type 'SupabaseClient<Database, "public", { Tables: { accounts: { Row: { id: string; user_id: string; }; Insert: { id?: string | undefined; user_id: string; }; Update: { id?: string | undefined; user_id?: string | undefined; }; Relationships: [...]; }; ... 4 more ...; resources: { ...; }; }; Views: {}; Functions: {}; Enums...' is not assignable to parameter of type 'SupabaseClient<any, "public", any>'.
|
Typecheck
Argument of type 'SupabaseClient<Database, "public", { Tables: { accounts: { Row: { id: string; user_id: string; }; Insert: { id?: string | undefined; user_id: string; }; Update: { id?: string | undefined; user_id?: string | undefined; }; Relationships: [...]; }; ... 4 more ...; resources: { ...; }; }; Views: {}; Functions: {}; Enums...' is not assignable to parameter of type 'SupabaseClient<any, "public", any>'.
|
Typecheck
@ds-project/api#type-check: command (/home/runner/work/engine/engine/packages/api) /usr/local/bin/pnpm run type-check exited (2)
|
Typecheck
Process completed with exit code 2.
|
Loading