15 lines
203 B
JavaScript
Executable File
15 lines
203 B
JavaScript
Executable File
module.exports = {
|
|
apps: [
|
|
{
|
|
name: "satupeta",
|
|
script: "npm",
|
|
args: "start",
|
|
cwd: "./",
|
|
env: {
|
|
NODE_ENV: "production",
|
|
PORT: 4001,
|
|
}
|
|
}
|
|
]
|
|
}
|