1
0
Fork 0

feat: Added strapi instance

This commit is contained in:
joostdecock 2021-08-29 11:58:04 +02:00
parent ec2ebfac50
commit 87726a333d
16 changed files with 157 additions and 0 deletions

View 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 = () => {};