import { App } from '@abearxiong/router'; export const app = new App({ serverOptions: { path: '/api/proxy', }, }); // app.server.on(callback);