feat/api-prox: improve deno support

This commit is contained in:
Kentai Radiquum 2025-09-07 15:54:13 +05:00
parent 90f285371b
commit 022dc7b284
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 43 additions and 1 deletions

27
api-prox/deno.lock generated Normal file
View file

@ -0,0 +1,27 @@
{
"version": "5",
"specifiers": {
"jsr:@hono/hono@^4.9.6": "4.9.6"
},
"jsr": {
"@hono/hono@4.9.6": {
"integrity": "b85abb0013d167a290b1808d1d4d542dee269df31d4f47122023259fdd7e184b"
}
},
"workspace": {
"dependencies": [
"jsr:@hono/hono@^4.9.6"
],
"packageJson": {
"dependencies": [
"npm:@types/bun@latest",
"npm:@types/deno@latest",
"npm:@types/node@latest",
"npm:hono@^4.9.6",
"npm:typescript@^5.9.2",
"npm:vercel@^47.0.5",
"npm:wrangler@^4.4.0"
]
}
}
}