mirror of
https://github.com/App1ePine/free-video.git
synced 2025-12-13 02:59:38 +00:00
9 lines
109 B
TypeScript
9 lines
109 B
TypeScript
import server from './src/index'
|
|
|
|
const { app, port } = server
|
|
|
|
export default {
|
|
port,
|
|
fetch: app.fetch,
|
|
}
|