Cleanup modified & misisng files
Run Tests on Branches / Backend Tests (push) Successful in 3m31s
Run Tests on Branches / Frontend Tests (push) Successful in 3m26s

This commit is contained in:
Antoni Nuñez Romeu
2026-07-02 20:37:29 +02:00
parent 0ebd2dc35c
commit 3f5f88bbf5
16 changed files with 3732 additions and 379 deletions
+21
View File
@@ -0,0 +1,21 @@
<?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.farmafinder.monitoring</string>
<key>ProgramArguments</key>
<array>
<!-- REPLACE WITH YOUR ACTUAL CLONED PATH ON srv84-macos -->
<string>/Users/username/FarmaFinder/scripts/run-newman-monitoring.sh</string>
</array>
<key>StartInterval</key>
<integer>3600</integer> <!-- Run every 3600 seconds (1 hour) -->
<key>RunAtLoad</key>
<true/>
<key>StandardOutPath</key>
<string>/Users/username/FarmaFinder/logs/launchd-stdout.log</string>
<key>StandardErrorPath</key>
<string>/Users/username/FarmaFinder/logs/launchd-stderr.log</string>
</dict>
</plist>