/
Pegr
/
ProtoLab
Обзор
Документация
Войти
/
Pegr
/
ProtoLab
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
cms/src/index.ts
20 строк
566 B
PetrGris
feat: добавлен Strapi CMS в проект
06 май 2025, 23:55
06 май 2025, 23:55
e231165
Код
Авторство
О чём код?
// 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 } */) {}, };