mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Rename the plugin so that it can implement multiple remove actions (such as "serverless remove resources", "serverless remove stage" etc.).
10 lines
166 B
JSON
10 lines
166 B
JSON
{
|
|
"plugins": [
|
|
"./deploy/deploy.js",
|
|
"./awsDeploy/awsDeploy.js",
|
|
"./create/create.js",
|
|
"./remove/remove.js",
|
|
"./helloWorld/helloWorld.js"
|
|
]
|
|
}
|