From 05c97328ae02581a85509d914b3e13166f38a256 Mon Sep 17 00:00:00 2001 From: Gabriel Pastori <58153955+gabrielpastori1@users.noreply.github.com> Date: Sun, 10 Sep 2023 14:09:43 -0300 Subject: [PATCH] feat: add Procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..f693571c --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: node ./dist/src/main.js \ No newline at end of file