fastify / fastify-cli

Run a Fastify application with one command!
MIT License
644 stars 160 forks source link

fix: add missing parameter for type of `build` function in `fastify-cli/helper` #724

Closed zetaraku closed 1 month ago

zetaraku commented 2 months ago

The third parameter of build is missing in the type declaration file, preventing users from passing the third parameter.

Image

This PR also renames the parameters in the doc to align with the parameter names in helper.js.

Checklist

mcollina commented 2 months ago

CI is failing

zetaraku commented 2 months ago

Fixed the problem and ran the test successfully :)