From 2d516473bec1d80ba113bf6a53d45becf7ed641d Mon Sep 17 00:00:00 2001 From: Gabriel Pastori <58153955+gabrielpastori1@users.noreply.github.com> Date: Thu, 7 Sep 2023 17:47:53 -0300 Subject: [PATCH] add Procfile --- Procfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..49d8463a --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +web: npm start:prod +