Skip to content

Commit

Permalink
small fix on package.json for multiplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
pelazas committed Apr 27, 2024
1 parent 83d3fef commit e9025b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiplayerservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "service.js",
"scripts": {
"start": "node server.js",
"start:prod": "cross-env WEBAPP_ENDPOINT=http://localhost node server.js",
"start:prod": "node server.js",
"test": "jest"
},
"repository": {
Expand Down

0 comments on commit e9025b6

Please sign in to comment.