Skip to content

Commit

Permalink
fix: moved Fastify packages to dependencies section (QwikDev#6577)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoder93 authored and genki committed Jun 28, 2024
1 parent 764e678 commit ee02672
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions starters/adapters/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
"build.server": "vite build -c adapters/fastify/vite.config.ts",
"serve": "node server/entry.fastify"
},
"devDependencies": {
"dotenv": "^16.3.2",
"dependencies": {
"@fastify/compress": "^6.2.1",
"@fastify/static": "^6.10.1",
"fastify": "^4.17.0",
"fastify-plugin": "^4.5.0"
},
"devDependencies": {
"dotenv": "^16.3.2"
},
"__qwik__": {
"priority": 20,
"displayName": "Adapter: Node.js Fastify Server",
Expand Down

0 comments on commit ee02672

Please sign in to comment.