siegfriedgrimbeek / fastify-api

A blazing fast REST APIs with Node.js, MongoDB, Fastify and Swagger.
MIT License
165 stars 69 forks source link

SyntaxError: Unexpected token '?' #12

Open dadmor opened 2 years ago

dadmor commented 2 years ago

SyntaxError: Unexpected token '?' const hostPath = listenOptions.path ? [listenOptions.path] : [listenOptions.port ?? 0, listenOptions.host ?? 'localhost']