mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +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"
|
|
]
|
|
}
|