sync/src/index.ts
2025-05-07 22:43:18 +08:00

5 lines
101 B
TypeScript

import { app, syncConfig } from './app.ts';
import './routes/index.ts';
export { app, syncConfig };