From 2ffeb833ac4e3ea267d02c687aad0a5716545386 Mon Sep 17 00:00:00 2001 From: ION606 Date: Sat, 30 Apr 2022 16:49:47 -0400 Subject: [PATCH] Trying to add Heroku integration --- 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