mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-26 17:13:54 +08:00
10 lines
149 B
JavaScript
10 lines
149 B
JavaScript
module.exports = {
|
|
"apps": [
|
|
{
|
|
"name": "xz-mqtt",
|
|
"script": "app.js",
|
|
"time": true
|
|
}
|
|
]
|
|
}
|