feat: Added strapi instance
This commit is contained in:
parent
ec2ebfac50
commit
87726a333d
16 changed files with 157 additions and 0 deletions
13
packages/strapi/config/functions/bootstrap.js
vendored
Normal file
13
packages/strapi/config/functions/bootstrap.js
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
'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 = () => {};
|
Loading…
Add table
Add a link
Reference in a new issue