UNPKG

sls3-legacy

Version:

SLS3 Legacy - A fork of Serverless Framework v3

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