Skip to content

Commit

Permalink
fix: moved express to dependencies section (#6576)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoder93 committed Jun 19, 2024
1 parent 2284b1a commit cfa2c34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions starters/adapters/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
"build.server": "vite build -c adapters/express/vite.config.ts",
"serve": "node server/entry.express"
},
"dependencies": {
"express": "4.19.2"
},
"devDependencies": {
"@types/compression": "^1.7.2",
"@types/express": "^4.17.19",
"compression": "^1.7.4",
"dotenv": "^16.3.2",
"express": "4.19.2"
"dotenv": "^16.3.2"
},
"__qwik__": {
"priority": 20,
Expand Down

0 comments on commit cfa2c34

Please sign in to comment.