for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
'use strict'
const Container = require('../containers/Container')
module.exports = function () {
// Check if we need to upgrade the project
Container.performUpgrade()
// Remove default container config
Container.clean()
}