Skip to content

Commit

Permalink
attempting to change ecosystem.config.js file to see if that will all…
Browse files Browse the repository at this point in the history
…ow port editing
  • Loading branch information
siddheshraze committed Feb 27, 2024
1 parent 75689ec commit f030736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
{
name: "forestgeo-livesite",
script: "./node_modules/next/dist/bin/next",
args: "start -p " + (process.env.PORT || 3000),
args: "start -p " + (process.env.PORT || 8080),
watch: false,
autorestart: true,
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build -p 8080",
"build": "next build",
"start": "node .next/standalone/server.js -p 8080",
"lint": "next lint",
"bs": "next build; next start",
Expand Down

0 comments on commit f030736

Please sign in to comment.