mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Add the correct path to the plugin so that slice magic to get the correct path is not necessary anymore.
6 lines
56 B
JSON
6 lines
56 B
JSON
{
|
|
"plugins": [
|
|
"./HelloWorld/HelloWorld.js"
|
|
]
|
|
}
|