transcription-cost-usage-re.../frontend/ecosystem.config.js

14 lines
214 B
JavaScript
Raw Normal View History

2025-06-09 13:32:46 +00:00
module.exports = {
apps: [
{
2025-06-09 15:36:47 +00:00
name: "frontend-transcription-usage-cost",
2025-06-09 13:32:46 +00:00
script: "npm",
args: "run start",
env: {
PORT: 9008,
NODE_ENV: "production"
}
}
]
}