Skip to content

Commit

Permalink
feat: add uws exports and dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto committed Oct 22, 2024
1 parent f2a44ad commit 760ca3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vike-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"./h3": "./dist/h3.js",
"./hono": "./dist/hono.js",
"./elysia": "./dist/elysia.js",
"./uws": "./dist/uws.js",
"./plugin": "./dist/plugin/index.js",
".": "./dist/index.js",
"./__handler": {
Expand Down Expand Up @@ -50,6 +51,7 @@
"h3": "^1.12.0",
"hono": "^4.5.5",
"typescript": "^5.5.4",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.49.0",
"vike": "^0.4.193",
"vite": "^5.4.0"
},
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 760ca3e

Please sign in to comment.