strapi (#3)
Co-authored-by: Benjamin Palko <benjaminpalko@hotmail.com> Reviewed-on: #3
This commit is contained in:
parent
fbcb3179c9
commit
b2844e8d76
34 changed files with 4389 additions and 5 deletions
20
strapi/src/index.ts
Normal file
20
strapi/src/index.ts
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
// 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 } */) {}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue