all repos — caroster @ a35bb0c7f225b13d8268326ad157f3a3b5215b99

[Octree] Group carpool to your event https://caroster.io

config/functions/bootstrap.js (view raw)

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