12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
|
|
pm2 start "看板定阅.exe --urls http://0.0.0.0:19031"
|
||
|
|
|
||
|
|
pm2 start process.json
|
||
|
|
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
apps: [{
|
||
|
|
name: "看板订阅",
|
||
|
|
script: "./看板定阅.exe",
|
||
|
|
args: "--urls http://0.0.0.0:19031"
|
||
|
|
}]
|
||
|
|
};
|