5 lines
101 B
TypeScript
5 lines
101 B
TypeScript
import { app, syncConfig } from './app.ts';
|
|
import './routes/index.ts';
|
|
|
|
export { app, syncConfig };
|