From 24883a09f2d2e4c6433c43934686f98a590c0619 Mon Sep 17 00:00:00 2001 From: ION606 Date: Sun, 2 Jun 2024 18:42:04 -0400 Subject: [PATCH] added Procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..4154ce2 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: node . \ No newline at end of file