fix: api #23
Annotations
10 errors and 2 warnings
typecheck:
examples/llamaindex-t3/src/app/api/trpc/[trpc]/route.ts#L4
Cannot find module '~/env' or its corresponding type declarations.
|
typecheck:
examples/llamaindex-t3/src/app/api/trpc/[trpc]/route.ts#L5
Cannot find module '~/server/api/root' or its corresponding type declarations.
|
typecheck:
examples/llamaindex-t3/src/app/api/trpc/[trpc]/route.ts#L6
Cannot find module '~/server/api/trpc' or its corresponding type declarations.
|
typecheck:
examples/llamaindex-t3/src/app/api/trpc/[trpc]/route.ts#L26
Binding element 'path' implicitly has an 'any' type.
|
typecheck:
examples/llamaindex-t3/src/app/api/trpc/[trpc]/route.ts#L26
Binding element 'error' implicitly has an 'any' type.
|
typecheck:
examples/llamaindex-t3/src/server/api/root.ts#L1
Cannot find module '~/server/api/routers/post' or its corresponding type declarations.
|
typecheck:
examples/llamaindex-t3/src/server/api/root.ts#L2
Cannot find module '~/server/api/trpc' or its corresponding type declarations.
|
typecheck:
examples/llamaindex-t3/src/server/api/routers/post.ts#L4
Cannot find module '~/server/api/trpc' or its corresponding type declarations.
|
typecheck:
examples/llamaindex-t3/src/server/api/routers/post.ts#L11
Binding element 'input' implicitly has an 'any' type.
|
typecheck:
examples/llamaindex-t3/src/trpc/shared.ts#L4
Cannot find module '~/server/api/root' or its corresponding type declarations.
|
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|