all repos — caroster @ ae51e12252fdd1de29ad1ab9e32b48b893b7e2e8

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