Skip to content

Commit

Permalink
issue: #1278; cont;
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Jul 24, 2023
1 parent 8362fcf commit c45f6a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: npm run start:heroku
web: npm run start
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c45f6a8

Please sign in to comment.