mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-09 07:53:52 +05:00
8 lines
105 B
TypeScript
8 lines
105 B
TypeScript
import app from "./src/index.ts";
|
|
|
|
const ex = {
|
|
port: 7001,
|
|
fetch: app.fetch,
|
|
};
|
|
|
|
export default ex;
|