mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2025-11-29 10:47:56 +08:00
10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:bun]
|
|
command=sh /app/start.sh
|
|
autostart=true
|
|
autorestart=true
|
|
stderr_logfile=/var/log/bun.err.log
|
|
stdout_logfile=/var/log/bun.out.log
|