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

14 lines
214 B
JavaScript

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