Files
xiaozhi-esp32-server/main/mqtt-gateway/ecosystem.config.js
T
2025-07-05 13:47:49 +09:30

10 lines
149 B
JavaScript

module.exports = {
"apps": [
{
"name": "xz-mqtt",
"script": "app.js",
"time": true
}
]
}