Production deploy: rootDir fix, systemd unit, README, favicon

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DgBEW6qAwgn2fcQbA2f4ZQ
This commit is contained in:
Joshua Coles
2026-07-28 14:32:31 +00:00
co-authored by Claude Fable 5
parent c9d810c8e5
commit c0e46391e5
3 changed files with 84 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
[Unit]
Description=PR monitor dashboard
After=network-online.target
[Service]
WorkingDirectory=/home/apps/vibes/pr-monitor
ExecStart=/home/apps/.local/bin/mise exec -- node dist-server/server/index.js
Restart=on-failure
RestartSec=5
Environment=NODE_ENV=production
[Install]
WantedBy=default.target