tommedema / serverless-mono-example

Example repo on how to use yarn workspaces together with the serverless framework.
124 stars 10 forks source link

Need to restart serverless-offline after tsc #11

Open kylemantesso opened 4 years ago

kylemantesso commented 4 years ago

Not so much an issue with this repo, especially given serverless-offline is not implemented...

However wondering if anyone has serverless-offline working so that thetsc -w at root level can restart serverless-offline on the fly. This would greatly speed-up my local dev workflow.

The serverless-typescript repo manages to do this somehow.