'use strict'; const strapi = require('../index'); /** * `$ strapi start` */ module.exports = () => strapi().start();