13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
[program:frontend]
|
|
priority=5
|
|
directory=/app/code/frontend
|
|
environment=HOME=/app/code
|
|
command=npm run dev
|
|
user=cloudron
|
|
autostart=true
|
|
autorestart=true
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|