6 lines
213 B
TypeScript

import { XhsClient } from './libs/xhs.ts';
import { app, xhsServices, xhsRootClient, XhsServices } from './app.ts';
import './routes/index.ts';
export { XhsClient, app, xhsServices, xhsRootClient, XhsServices };