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

3
api-prox/main.ts Normal file
View file

@ -0,0 +1,3 @@
import app from "./src/index.ts";
Deno.serve(app.fetch);