mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
10 lines
214 B
JSON
10 lines
214 B
JSON
{
|
|
"plugins": [
|
|
"./deploy/deploy.js",
|
|
"./awsDeploy/awsDeploy.js",
|
|
"./create/create.js",
|
|
"./helloWorld/helloWorld.js",
|
|
"./awsCompileFunctionsToResources/awsCompileFunctionsToResources.js"
|
|
]
|
|
}
|