script.json 234 B

123456789101112
  1. {
  2. "name": "xmtravel",
  3. "script": "node",
  4. "args": "index.js",
  5. "cwd": "./",
  6. "watch": ["index.js", "config.js"],
  7. "ignore_watch": ["node_modules"],
  8. "watch_options": {
  9. "followSymlinks": false
  10. },
  11. "autorestart": false
  12. }