From c45f6a8f903750111620bbe9d676cebd54b43fad Mon Sep 17 00:00:00 2001 From: migbash <20924663+migbash@users.noreply.github.com> Date: Mon, 24 Jul 2023 23:40:47 +0100 Subject: [PATCH] issue: #1278; cont; --- Procfile | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Procfile b/Procfile index d0b35ca42..bef5264b4 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: npm run start:heroku \ No newline at end of file +web: npm run start \ No newline at end of file diff --git a/package.json b/package.json index 6dda2cee1..0990c8314 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "build": "vite build", "preview": "vite preview --host --port 4173", "quick:preview:local:spin": "vite build && npm run preview", + "start": "node build/index.js", "start:docker": "node server-docker.js", "start:heroku": "node server-heroku.js", "@betarena/scores-lib:pull:next": "npm i @betarena/scores-lib@latest",