1
0
Fork 0
freesewing/packages/strapi/config/functions/bootstrap.js

14 lines
384 B
JavaScript
Raw Normal View History

2021-08-29 11:58:04 +02:00
'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 = () => {};