feat/api-prox: deno deploy and vercel deploy fix

This commit is contained in:
Kentai Radiquum 2025-09-07 19:06:13 +05:00
parent a06a18b1ac
commit 1f849a1bfe
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
8 changed files with 35 additions and 10 deletions

View file

@ -3,8 +3,6 @@
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"noEmit": true,
"esModuleInterop": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
@ -16,6 +14,6 @@
"jsxImportSource": "hono/jsx",
"outDir": "./dist"
},
"include": ["src/**/*.ts", "src/**/*.json"],
"include": ["src/**/*.ts", "deno.ts"],
"exclude": ["node_modules"]
}