AniX/api-prox/bun.ts

8 lines
105 B
TypeScript

import app from "./src/index.ts";
const ex = {
port: 7001,
fetch: app.fetch,
};
export default ex;