Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save auchenberg/a14d267cbdea2da96ce9bb09dc5efbad to your computer and use it in GitHub Desktop.
Save auchenberg/a14d267cbdea2da96ce9bb09dc5efbad to your computer and use it in GitHub Desktop.
"scripts": {
"start": "node index.js",
"start_azure_debug": "if [[ ${APPSVC_TUNNEL_PORT} != \"\" ]]; then node --inspect=0.0.0.0:$APPSVC_TUNNEL_PORT index.js; else npm run start; fi",
"test": "echo \"Error: no test specified\" && exit 1"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment