/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/complex/src/admin/app.tsx
10 строк
171 B
Bassel Kanso
test: migration testing project (#25151)
27 янв 2026, 17:50
Не верифицирован
27 янв 2026, 17:50
40bf9c0
Код
Авторство
О чём код?
import type { StrapiApp } from '@strapi/strapi/admin'; export default { config: { locales: ['fr'], }, bootstrap(app: StrapiApp) { console.log(app); }, };