You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 rivejä
369 B

  1. 'use strict';
  2. /**
  3. * An asynchronous bootstrap function that runs before
  4. * your application gets started.
  5. *
  6. * This gives you an opportunity to set up your data model,
  7. * run jobs, or perform some special logic.
  8. *
  9. * See more details here: https://strapi.io/documentation/developer-docs/latest/concepts/configurations.html#bootstrap
  10. */
  11. module.exports = () => {};