/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/plugins/documentation/server/src/index.ts
15 строк
315 B
Alexandre Bodin
chore: migrate doc plugin to ts
21 мар 2024, 20:20
21 мар 2024, 20:20
eedd4c9
Код
Авторство
О чём код?
import { bootstrap } from './bootstrap'; import { register } from './register'; import services from './services'; import routes from './routes'; import controllers from './controllers'; import { config } from './config'; export default { bootstrap, config, routes, controllers, register, services, };