UNPKG

sls3-legacy

Version:

SLS3 Legacy - A fork of Serverless Framework v3

15 lines (11 loc) 242 B
'use strict'; class Plugin { constructor(serverless, options) { this.serverless = serverless; this.options = options; this.commands = { plugin: { type: 'container' }, }; } } module.exports = Plugin;