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