diff --git a/frontend/ecosystem.config.js b/frontend/ecosystem.config.js index 828eaa9d..e40da194 100644 --- a/frontend/ecosystem.config.js +++ b/frontend/ecosystem.config.js @@ -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, + }, ], };