feat: ✨ Add GitHub Pages deployment workflow #1
Annotations
10 errors
Build:
src/app/router.tsx#L3
Cannot find module '../routeTree.gen' or its corresponding type declarations.
|
Build:
src/components/ui/RouteLink/RouteLink.tsx#L15
Binding element 'isActive' implicitly has an 'any' type.
|
Build:
src/components/ui/RouteLink/RouteLink.tsx#L15
Binding element 'isTransitioning' implicitly has an 'any' type.
|
Build:
src/routes/app.tsx#L5
Argument of type 'string' is not assignable to parameter of type 'never'.
|
Build:
src/routes/app.tsx#L7
Property 'auth' does not exist on type 'never'.
|
Build:
src/routes/app/dashboard.tsx#L5
Argument of type 'string' is not assignable to parameter of type 'never'.
|
Build:
src/routes/app/settings.tsx#L5
Argument of type 'string' is not assignable to parameter of type 'never'.
|
Build:
src/routes/auth.tsx#L5
Argument of type 'string' is not assignable to parameter of type 'never'.
|
Build:
src/routes/auth.tsx#L7
Property 'auth' does not exist on type 'never'.
|
Build:
src/routes/auth/forgotPassword.tsx#L5
Argument of type 'string' is not assignable to parameter of type 'never'.
|
Loading