Skip to content

Commit

Permalink
adds a build command
Browse files Browse the repository at this point in the history
  • Loading branch information
superterran committed Aug 9, 2024
1 parent 9263bef commit 43fd1c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"Error: this project does not need to build assets\" && exit 1",
"start": "node server.js",
"start:cloud": "PORT=8888 node server.js # We add this to start the server on port 8888"
},
Expand Down

0 comments on commit 43fd1c8

Please sign in to comment.