DEV Community

Discussion on: A Discord app with Fastify!

Collapse
 
eomm profile image
Manuel Spigolon

Hi,
fastify-cli will use the exported function to start the bootstrap of the application. Since startApp is not exported, it will complain that it cannot run a file that doesn't export a plugin function or a promise

Collapse
 
sachin_ak profile image
Sachin Ananthakumar

thanks! I got it