Skip to content

Commit

Permalink
fix: error in installing syntax for swagger and cors
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLzq committed Jun 26, 2022
1 parent 065ad52 commit cdfed60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = async ({
graphql ? 'apollo-server-express' : ''
}`

const fastifyProdPackages = `fastify@^3 @fastify/swagger^6 @fastify/cors^7 ${
const fastifyProdPackages = `fastify@^3 @fastify/swagger@^6 @fastify/cors@^7 ${
graphql ? 'apollo-server-fastify apollo-server-plugin-base' : ''
}`

Expand Down

0 comments on commit cdfed60

Please sign in to comment.