12345678910111213141516 |
- {
- "name": "bilibiliAutoRecorder",
- "script": "python3",
- "args": "__main__.py",
- "cwd": "./",
- "watch": [],
- "ignore_watch": [
- "videos",
- "logs"
- ],
- "watch_options": {
- "followSymlinks": false
- },
- "error_file" : "./logs/app-err.log",
- "out_file" : "./logs/app-out.log"
- }
|