5 lines
159 B
TypeScript
5 lines
159 B
TypeScript
export * from './application';
|
|
export * as middlewares from './middlewares';
|
|
export * from './plugin';
|
|
export { Application as default } from './application';
|