Improvements and optimizations #5
Annotations
6 errors
|
test (20.x)
Process completed with exit code 2.
|
|
test (20.x):
src/server/routes/deployments.ts#L505
'process' is possibly 'undefined'.
|
|
test (20.x):
src/server/routes/deployments.ts#L401
A 'const' assertions can only be applied to references to enum members, or string, number, boolean, array, or object literals.
|
|
test (20.x):
src/server/routes/deployments.ts#L329
Argument of type '{ id: `${string}-${string}-${string}-${string}-${string}`; mcpServerId: string; status: "ready"; processId: null; logs: never[]; startedAt: string; }' is not assignable to parameter of type 'Partial<{ status: "pending" | "deploying" | "running" | "stopped" | "failed"; mcpServerId: string; id?: string | undefined; processId?: number | undefined; port?: number | undefined; logs?: string[] | undefined; startedAt?: string | undefined; stoppedAt?: string | undefined; }> & { ...; }'.
|
|
test (18.x)
The strategy configuration was canceled because "test._20_x" failed
|
|
test (18.x)
The operation was canceled.
|