serverless-plugin-typescript
serverless-plugin-typescript copied to clipboard
Watching file changes not working with `serverless run`
I created a PR to support serverless run (#49), but watching for file changes is not working, and I don't know why.
serverless-webpack seems to have found a solution for that (https://github.com/serverless-heaven/serverless-webpack/pull/270). After I have tested that, I will also apply the same solution here.
@kbrandwijk would this also work for watching for file changes when using serverless-offline?