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