module.exports = { apps: [ { name: 'hf-dashboard-api', script: '/home/spunion/Sn25/api.py', interpreter: '/home/spunion/Sn25/venv/bin/python', autorestart: true, watch: false, env: { NODE_ENV: 'production', }, }, ], };