refactored authentication and deleted generated/client folder from pr… #173
Annotations
10 errors and 1 warning
|
Typecheck:
src/app/api/projects/[projectId]/route.ts#L1
Cannot find module '../../../../generated/client/client' or its corresponding type declarations.
|
|
Typecheck:
src/app/api/projects/[projectId]/members/[userId]/route.ts#L1
Cannot find module '../../../../../../generated/client/client' or its corresponding type declarations.
|
|
Typecheck:
src/app/api/projects/[projectId]/invite/route.ts#L62
Parameter 'i' implicitly has an 'any' type.
|
|
Typecheck:
src/app/api/projects/[projectId]/invite/route.ts#L2
Cannot find module '../../../../../generated/client/client' or its corresponding type declarations.
|
|
Typecheck:
src/app/admin/layout.tsx#L3
Cannot find module '../../generated/client/client' or its corresponding type declarations.
|
|
Typecheck:
prisma/seed.ts#L2
Cannot find module '../src/generated/client/client' or its corresponding type declarations.
|
|
Typecheck:
components/dashboard/project/CollaboratorsSettings.tsx#L7
Cannot find module '../../../src/generated/client/browser' or its corresponding type declarations.
|
|
Typecheck:
components/admin/UserSearch.tsx#L7
Cannot find module '../../src/generated/client/browser' or its corresponding type declarations.
|
|
Typecheck:
components/admin/UserDetail.tsx#L6
Cannot find module '../../src/generated/client/browser' or its corresponding type declarations.
|
|
Typecheck:
components/admin/ProjectDetail.tsx#L6
Cannot find module '../../src/generated/client/browser' or its corresponding type declarations.
|
|
Lint:
src/lib/desktop-auth.ts#L106
'err' is defined but never used
|
Loading