/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/complex/src/index.ts
20 строк
566 B
Bassel Kanso
test: migration testing project (#25151)
27 янв 2026, 17:50
Не верифицирован
27 янв 2026, 17:50
40bf9c0
Код
Авторство
О чём код?
// import type { Core } from '@strapi/strapi'; export default { /** * An asynchronous register function that runs before * your application is initialized. * * This gives you an opportunity to extend code. */ register(/* { strapi }: { strapi: Core.Strapi } */) {}, /** * An asynchronous bootstrap function that runs before * your application gets started. * * This gives you an opportunity to set up your data model, * run jobs, or perform some special logic. */ bootstrap(/* { strapi }: { strapi: Core.Strapi } */) {}, };