mirror of
https://github.com/strapi/strapi.git
synced 2025-08-09 01:07:27 +00:00
14 lines
250 B
JavaScript
14 lines
250 B
JavaScript
![]() |
/*
|
||
|
*
|
||
|
* SET THE HOOKS TO ENABLE THE MAGIC OF STRAPI.
|
||
|
* -------------------------------------------
|
||
|
*
|
||
|
* Secure, customise and enhance your project by setting
|
||
|
* the hooks via this file.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
function lifecycles() {}
|
||
|
|
||
|
export default lifecycles;
|