From d3e89c2adc24e56ca6c707306ba080eee1821535 Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Sun, 2 Feb 2020 01:13:47 -0800 Subject: [PATCH] live debug ? --- Aptfile | 2 ++ Procfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Aptfile diff --git a/Aptfile b/Aptfile new file mode 100644 index 00000000..1b55cba9 --- /dev/null +++ b/Aptfile @@ -0,0 +1,2 @@ +linux-tools-common +linux-tools-generic \ No newline at end of file diff --git a/Procfile b/Procfile index 875fe822..f814922f 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: node --optimize_for_size --gc_interval=100 examples/http.js +web: node --inspect examples/http.js