UNPKG

serverless

Version:

Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more

7 lines (5 loc) 128 B
'use strict'; module.exports = async (context) => { await require('../lib/commands/login/dashboard')(); return context; };