Skip to content

Enabling serverless in new next app #1167

Enabling serverless in new next app

Enabling serverless in new next app #1167

Triggered via pull request February 13, 2025 22:06
@pellicceamapellicceama
synchronize #152
cf-new
Status Failure
Total duration 1m 38s
Artifacts

validate-workflow.yml

on: pull_request
Run type checks, lint, and tests
1m 29s
Run type checks, lint, and tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run type checks, lint, and tests: apps/app-config/connectors/connectors.def.ts#L25
Cannot find module '@openint/connector-microsoft/def' or its corresponding type declarations.
Run type checks, lint, and tests: apps/app-config/connectors/connectors.def.ts#L53
Cannot find name 'connectorAirtable'. Did you mean 'connectorJira'?
Run type checks, lint, and tests: apps/app-config/connectors/connectors.merged.ts#L47
Cannot find module '@openint/connector-microsoft/def' or its corresponding type declarations.
Run type checks, lint, and tests: apps/app-config/connectors/connectors.merged.ts#L48
Cannot find module '@openint/connector-microsoft/server' or its corresponding type declarations.
Run type checks, lint, and tests: apps/app-config/connectors/connectors.server.ts#L24
Cannot find module '@openint/connector-microsoft/server' or its corresponding type declarations.
Run type checks, lint, and tests: apps/app-config/connectors/connectors.server.ts#L51
Cannot find name 'connectorAirtable'. Did you mean 'connectorJira'?
Run type checks, lint, and tests: apps/web/__tests__/end-to-end.spec.ts#L44
Property 'end' does not exist on type 'NodePgClient'.
Run type checks, lint, and tests: apps/web/__tests__/end-to-end.spec.ts#L118
Property 'connectionId' does not exist on type '"Connection successfully connected" | { message: string; connectionId: null; } | { message: string; connectionId: `conn_${string}${string}`; }'.