- Vite + TypeScript + D3.js setup - Infrastructure graph view (servers, services, connections) - Tables graph view with categories (core, directus, storage, etc.) - PostgREST API integration - Deploy script for Caddy static serving Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
308 B
Desktop File
15 lines
308 B
Desktop File
[Unit]
|
|
Description=TZZR Architect Frontend
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=architect
|
|
WorkingDirectory=/home/architect/captain-claude/architect-frontend
|
|
ExecStart=/home/architect/captain-claude/architect-frontend/serve.sh
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|