From c97526a36cea2ca1d46e4c1b94496be28338dbb2 Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Sun, 2 Feb 2020 09:40:59 -0800 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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