diff --git a/Procfile b/Procfile index 92d3c2f2..8006d00b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: node --inspect --perf-basic-prof-only-functions examples/http.js +web: node --inspect=9090 --perf-basic-prof-only-functions examples/http.js