Closed ciekawy closed 3 years ago
any chances to get it merged?
This would be great if we could get it merged. I am having the same issues.
@C-reddd temporarily I'm using patch-package
(with just the single line mentioned above).
@ciekawy Thanks for the reply. However, I am not sure I am following 100%. How have you fixed this? I am not sure what patch-package
is. Sorry for the confusion
Thanks! 💯
some plugins like
serverless-s3-local
,serverless-dynamodb-local
follow different lifecycle and they do stop foroffline:start:end
- the only way to use them is to dosls offline
withoutstart
param. Alsostart
triggers daemon mode while nostart
runs offline in pending mode waiting for Ctrl-C which is useful in some casesto make this great plugin working also without
start
param there should be added