Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
return handler(opts, undefined);
}
}
FunctionsStart.description = describe;
FunctionsStart.args = [
{
name: 'dir',
required: false,
description: 'Root directory to serve local Functions/Assets from',
},
];
FunctionsStart.flags = Object.assign(
convertYargsOptionsToOclifFlags(cliInfo.options)
);
FunctionsStart.aliases = ['serverless:dev', 'serverless:run'];
module.exports = FunctionsStart;