Skip to content

Instantly share code, notes, and snippets.

@gauravve
Created September 7, 2018 13:19
Show Gist options
  • Save gauravve/053948185782dbda11eaafa86482fdc3 to your computer and use it in GitHub Desktop.
Save gauravve/053948185782dbda11eaafa86482fdc3 to your computer and use it in GitHub Desktop.
Serverless debug
"scripts": {
"start": "./node_modules/.bin/serverless offline start -s dev",
"debug": "export SLS_DEBUG=* && node --inspect ./node_modules/.bin/serverless offline start",
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment