Files
stream.graff.tech-client/ecosystem.config.cjs
T
2023-08-07 15:05:18 +05:00

11 lines
170 B
JavaScript

module.exports = {
apps: [
{
name: "stream.graff.tech-client",
exec_mode: "cluster",
script: "yarn",
args: "preview --host",
},
],
};