You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
396 B

import {
Config,
Controllers,
HTTPServer,
Files,
Middlewares,
Routing,
Unit,
Database,
Models,
CommandLine,
Internationalization
} from '@extollo/lib'
export const Units = [
Config,
Files,
CommandLine,
Controllers,
Middlewares,
Database,
Models,
Internationalization,
Routing,
HTTPServer,
] as (typeof Unit)[]