/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/plugins/graphql/server/src/index.ts
9 строк
171 B
Alexandre BODIN
chore(graphql): migration to basic ts (#18696)
08 ноя 2023, 20:21
Не верифицирован
08 ноя 2023, 20:21
5c5ae94
Код
Авторство
О чём код?
import { config } from './config'; import { bootstrap } from './bootstrap'; import { services } from './services'; export default { config, bootstrap, services, };