9 lines
127 B
JavaScript
9 lines
127 B
JavaScript
module.exports = {
|
|
"apps" : [
|
|
{
|
|
"name" : "wanlanda.ru",
|
|
"script" : "main.py"
|
|
}
|
|
]
|
|
}
|
|
|