We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e1d55 commit 6f967a9Copy full SHA for 6f967a9
1 file changed
packages/server/package.json
@@ -170,6 +170,7 @@
170
"express": "^5.0.0",
171
"fastify": "^5.0.0",
172
"fastify-plugin": "^5.0.0",
173
+ "h3": "^1.15.0",
174
"hono": "^4.6.0",
175
"next": "^15.0.0 || ^16.0.0",
176
"nuxt": "^4.0.0",
@@ -191,6 +192,9 @@
191
192
"elysia": {
193
"optional": true
194
},
195
+ "h3": {
196
+ "optional": true
197
+ },
198
"hono": {
199
200
0 commit comments