← back to Rentv

deploy/com.steve.re-search-index.plist

21 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.re-search-index</string>
  <!-- Unified cross-build RE search index (TK-10253). Rebuilds data/search-index.jsonl from ALL
       RE builds (RENTV articles + CRCP deals/REIT + usre commercial deals + HomesOnSpec slot) so the
       backend Unified RE Search stays current as the corpus grows and each build's data updates.
       Source data is co-located on Mac2, so the index build runs here. $0 local. -->
  <key>ProgramArguments</key><array>
    <string>/opt/homebrew/bin/node</string>
    <string>/Users/macstudio3/Projects/rentv/scripts/build-search-index.mjs</string>
  </array>
  <key>WorkingDirectory</key><string>/Users/macstudio3/Projects/rentv</string>
  <key>StartInterval</key><integer>1800</integer>
  <key>RunAtLoad</key><true/>
  <key>StandardOutPath</key><string>/Users/macstudio3/Projects/rentv/data/search-index.log</string>
  <key>StandardErrorPath</key><string>/Users/macstudio3/Projects/rentv/data/search-index.log</string>
</dict>
</plist>