feat/api-prox: change run scripts

This commit is contained in:
Kentai Radiquum 2025-09-07 16:27:47 +05:00
parent 022dc7b284
commit 78b9776899
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
8 changed files with 159 additions and 15 deletions

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

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