[Unit]
Description=Hermes Workspace UI
After=network.target hermes-gateway.service

[Service]
Type=simple
WorkingDirectory=/home/ubuntu/hermes-workspace
Environment=HERMES_API_URL=http://127.0.0.1:8642
Environment=PORT=3000
Environment=HOST=0.0.0.0
Environment=NODE_OPTIONS=--max-old-space-size=2048
ExecStart=/usr/bin/pnpm dev --host 0.0.0.0 --port 3000
Restart=on-failure
RestartSec=5

[Install]
WantedBy=default.target
