This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
@nezuchan/[email protected] #37
Triggered via release
December 7, 2023 12:35
KagChi
created
@nezuchan/[email protected]
Status
Failure
Total duration
34s
Artifacts
–
Annotations
7 errors
test / generate
@nezuchan/fastify-plugin#build: command (/home/runner/work/library/library/plugins/fastify-plugin) pnpm run build exited (1)
|
test / generate
Subsequent property declarations must have the same type. Property 'api' must be of type 'string | undefined', but here has type '(FastifyServerOptions & { port?: number | undefined; host?: string | undefined; }) | undefined'.
|
test / generate
Type 'FastifyInstance<Http2SecureServer, Http2ServerRequest, Http2ServerResponse, FastifyBaseLogger, FastifyTypeProviderDefault> & PromiseLike<...>' is not assignable to type 'FastifyInstance<RawServerDefault, IncomingMessage, ServerResponse<IncomingMessage>, FastifyBaseLogger, FastifyTypeProviderDefault>'.
|
test / generate
No overload matches this call.
|
test / generate
Property 'port' does not exist on type 'string'.
|
test / generate
Property 'host' does not exist on type 'string'.
|
test / generate
Process completed with exit code 1.
|