serverless-plugin-typescript icon indicating copy to clipboard operation
serverless-plugin-typescript copied to clipboard

Support multiple services in the same repository

Open ProbablePrime opened this issue 7 years ago • 0 comments

Given:

/
services/
    serviceOne
        serverless.yml
```

This plugin will try to copy node_modules from `serviceOne` and not the project root.

ProbablePrime avatar Jul 10 '17 23:07 ProbablePrime