AppFlowy/frontend/appflowy_web_app/supervisord.conf
2024-06-30 15:47:30 +08:00

10 lines
172 B
Plaintext

[supervisord]
nodaemon=true
[program:bun]
command=sh /app/start.sh
autostart=true
autorestart=true
stderr_logfile=/var/bun/run.err.log
stdout_logfile=/var/bun/run.out.log