mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
This switch enables a way to attach additional functionality to the serverless instance when running tests.
6 lines
56 B
JSON
6 lines
56 B
JSON
{
|
|
"plugins": [
|
|
"./HelloWorld/HelloWorld.js"
|
|
]
|
|
}
|