/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/kitchensink/config/functions/bootstrap.js
13 строк
384 B
soupette
Add kitchensink app
08 сен 2021, 11:25
08 сен 2021, 11:25
528a56d
Код
Авторство
О чём код?
'use strict'; /** * 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. * * See more details here: https://strapi.io/documentation/developer-docs/latest/setup-deployment-guides/configurations.html#bootstrap */ module.exports = () => {};