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