Created
September 7, 2018 13:19
-
-
Save gauravve/053948185782dbda11eaafa86482fdc3 to your computer and use it in GitHub Desktop.
Serverless debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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