mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +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"
|
|
]
|
|
}
|