module.exports = {
apps: [{
name: "cdrdpyj",
script: "dist/server/entry.mjs",
env: {
NODE_ENV: "staging",
PORT: 3310,
},
env_production: {
NODE_ENV: "production",
}
}]
};
Powered by TurnKey Linux.