import { createApp } from "./app"; /** Worker 入口:仅导出 API 应用(不含前端打包内容) */ export default createApp();