module.exports = {
apps: [
{
name: "frontend-transcription-usage-cost",
script: "npm",
args: "run start",
env: {
PORT: 9008,
NODE_ENV: "production"
}
]