Closed abhijeet-toptal closed 2 years ago
serverless v3 passes params with --param="tunnel=true", so making the code compatible with both v2 and v3.
--param="tunnel=true"
fix for https://github.com/mitipi/serverless-ngrok-tunnel/issues/11
@nenadpnc please review and merge.
thanks, let me know once you push it to npm.
serverless v3 passes params with
--param="tunnel=true"
, so making the code compatible with both v2 and v3.