Skip to content

Commit

Permalink
not sure why, but next-auth login is not being permitted on developme…
Browse files Browse the repository at this point in the history
…nt site for some reason
  • Loading branch information
siddheshraze committed Jun 21, 2024
1 parent 487f6bf commit cd477bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@ module.exports = {
watch: false,
autorestart: true,
},
{
name: "forestgeo-livesite-development",
script: "./node_modules/next/dist/bin/next",
args: "start -p " + (process.env.PORT || 3000),
watch: false,
autorestart: true,
},
],
};

0 comments on commit cd477bf

Please sign in to comment.