serverless-lerna-yarn-starter
serverless-lerna-yarn-starter copied to clipboard
How to make this work with serverless-offline?
Hello,
I have a project with Lerna, Serverless, all glued together with serverless-bundle. I use TypeScript for my packages (but not my services). I would like to use serverless-offline in my project but the issue is that compiling ts files in packages does not reload serverless-offline. Is that possible?
Thank you