'use strict'; const route = require('./config/routes'); const config = require('./config/config'); // ----------------------------------------------- // Application Bootstrap // ----------------------------------------------- // [ global mixin ] ------------------------------ riot.mixin({ app: config }); // [ start router ] ------------------------------ route.start(true);