Skip to content

Commit

Permalink
Updated gitignore and frontend production port
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakMukhopadhyay committed Mar 12, 2021
1 parent 82c4ee8 commit cba8331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,4 @@ dist
secrets.*

# Background Images
src/assets/backgrounds
frontend/src/assets/backgrounds
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preparedev": "run-p builddev rundev",
"buildprod": "ng build --prod",
"builddev": "ng build --watch --progress",
"runprod": "cross-env PORT=4001 pm2 start process.json --env production",
"runprod": "cross-env PORT=4014 pm2 start process.json --env production",
"rundev": "cross-env NODE_ENV=development nodemon --inspect ./bin/start.js"
},
"private": true,
Expand Down

0 comments on commit cba8331

Please sign in to comment.