Skip to content

Commit

Permalink
fix: add missing dependency to VPS in example
Browse files Browse the repository at this point in the history
  • Loading branch information
lourot committed Sep 19, 2023
1 parent 6fd9b3e commit a507ffe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"cross-fetch": "^3.1.8",
"node-fetch": "^3.3.2",
"solid-js": "^1.7.11",
"vite-plugin-ssr": "^0.4.141",
"vike-solid": "workspace:*"
"vike-solid": "workspace:*",
"vite-plugin-ssr": "^0.4.141"
},
"devDependencies": {
"typescript": "^5.1.6"
Expand Down
3 changes: 2 additions & 1 deletion examples/ssr-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},
"dependencies": {
"solid-js": "^1.7.11",
"vike-solid": "workspace:*"
"vike-solid": "workspace:*",
"vite-plugin-ssr": "^0.4.141"
},
"devDependencies": {
"typescript": "^5.1.6"
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a507ffe

Please sign in to comment.