[supervisorctl]
serverurl=unix:///run/supervisor.sock

[supervisord]
nodaemon=true
logfile=/dev/null
pidfile=/var/www/html/supervisord.pid
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
minfds=10000

[program:laravel-vite]
numprocs=1
process_name=%(program_name)s_%(process_num)02d
chmod=0770

command=/bin/bash -c ". /var/www/.nvm/nvm.sh && npm run dev -- --host"
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0