From d9122f07430ece33b976c2c67fe3ac9f09b5fdf7 Mon Sep 17 00:00:00 2001 From: Eunchong Kim Date: Sun, 8 Aug 2021 13:02:51 +0900 Subject: [PATCH] Added Procfile for heroku --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..320a0c1 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: node ws_server.js