diff --git a/Procfile b/Procfile index f814922f..cbb01468 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: node --inspect examples/http.js +web: node --debug=9090 --inspect --perf-basic-prof-only-functions examples/http.js