Add this plugin to an Nx workspace:
yarn add @plugified/nx-fastify
or
npm install @plugified/nx-fastify --save
Generate your project:
nx g @plugified/nx-fastify:application my-app
Build your project:
nx build my-app
Serve with:
nx serve my-app