Fix JavaScript sourcemap paths to show full file locations Implement --build-debug flag and complete Build UI streaming Add xterm.js terminal UI and fix asset path routing Add RSpade Build UI service with WebSocket support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
539 B
Plaintext
Executable File
13 lines
539 B
Plaintext
Executable File
[program:rspade-build-ui]
|
|
command=/var/www/html/system/app/RSpade/BuildUI/resource/build-service/start-with-backoff.sh
|
|
directory=/var/www/html/system/app/RSpade/BuildUI/resource/build-service
|
|
autostart=true
|
|
autorestart=true
|
|
startretries=999999
|
|
startsecs=5
|
|
stderr_logfile=/var/log/supervisor/rspade-build-ui.err.log
|
|
stdout_logfile=/var/log/supervisor/rspade-build-ui.out.log
|
|
environment=NODE_ENV=development
|
|
; The wrapper script handles exponential backoff internally
|
|
; If the wrapper itself crashes, supervisor will restart it immediately
|