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

@ -1,3 +1,3 @@
import app from "./src/index.ts";
import app from "./src/index.js";
Deno.serve({ port: 7001 }, app.fetch);