From cf5849858c51460fa98791cd5d27b4bbe4565d15 Mon Sep 17 00:00:00 2001 From: Gabriel Pastori <58153955+gabrielpastori1@users.noreply.github.com> Date: Thu, 7 Sep 2023 17:56:13 -0300 Subject: [PATCH] fix: procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 85590915..4fe82c5d 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: npm run start:prod +web: node ./dist/src/main.js