all repos — caroster @ 3152bd87b236233d1b480b87e9b4a2633d92c038

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