You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I don't see how to do same when using fastify-cli.
The text was updated successfully, but these errors were encountered:
clluiz
changed the title
How to configure project to run as http in development mode
How to configure project to run as https in development mode
Jan 30, 2024
in your app.js file generated by the fastify-cli generate command.
When you run the fastify start command, pass --options or -o to let fastify uses the above options.
Let me know if this solves your questions.
HI. I've created a fastify project using fastify-cli but I can't find how to make my local project use https. I already generated the certificates.
When not using fastify-cli I can do this:
But I don't see how to do same when using fastify-cli.
The text was updated successfully, but these errors were encountered: