← back to Fashion Style Guides

agent/com.steve.fashion-style-guides-refresh.plist

29 lines

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>Label</key>
  <string>com.steve.fashion-style-guides-refresh</string>
  <key>ProgramArguments</key>
  <array>
    <string>/opt/homebrew/bin/node</string>
    <string>/Users/macstudio3/Projects/fashion-style-guides/agent/refresh.js</string>
  </array>
  <key>StartCalendarInterval</key>
  <dict>
    <key>Weekday</key>
    <integer>0</integer>
    <key>Hour</key>
    <integer>3</integer>
    <key>Minute</key>
    <integer>14</integer>
  </dict>
  <key>StandardOutPath</key>
  <string>/Users/macstudio3/Projects/fashion-style-guides/agent/refresh.stdout.log</string>
  <key>StandardErrorPath</key>
  <string>/Users/macstudio3/Projects/fashion-style-guides/agent/refresh.stderr.log</string>
  <key>RunAtLoad</key>
  <false/>
</dict>
</plist>