rb28z2/progress-bot

View on GitHub
start.js

Summary

Maintainability
A
0 mins
Test Coverage
// Transpile all code following this line with babel and use 'env' (aka ES6) preset.
require("babel-register")({
    presets: [ "env" ]
});

// Import the rest of our application.
module.exports = require("./server.js");