mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-09 07:53:52 +05:00
3 lines
74 B
TypeScript
3 lines
74 B
TypeScript
import app from "./src/index.js";
|
|
|
|
Deno.serve({ port: 7001 }, app.fetch);
|