From bd3fc1b86d43b0e77fbb4b0118121be49fdbcacc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20Jurmanovi=C4=87?= Date: Thu, 10 Mar 2022 18:56:51 +0100 Subject: [PATCH] legica --- .gitignore | 4 +--- Procfile | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 Procfile diff --git a/.gitignore b/.gitignore index e4f2847..03134b7 100644 --- a/.gitignore +++ b/.gitignore @@ -103,6 +103,4 @@ dist # TernJS port file .tern-port -.configs/ - -Procfile \ No newline at end of file +.configs/ \ No newline at end of file diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..3a93e12 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +worker: npm run deploy:production \ No newline at end of file