初始化
This commit is contained in:
12
看板定阅/readme.txt
Normal file
12
看板定阅/readme.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
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"
|
||||
}]
|
||||
};
|
||||
Reference in New Issue
Block a user