File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,21 +4,16 @@ logfile=/var/log/supervisord.log
44
55[program:vite]
66command=npm run dev -- --debug
7+ priority=2
78directory=/workspaces/spark-template
89autostart=true
910autorestart=true
1011stdout_logfile=/var/log/vite.out.log
1112stderr_logfile=/var/log/vite.err.log
1213
13- [program:proxy]
14- command=/usr/local/bin/proxy.js
15- autostart=true
16- autorestart=true
17- stdout_logfile=/var/log/proxy.out.log
18- stderr_logfile=/var/log/proxy.err.log
19-
2014[program:spark-server]
2115command=/usr/local/bin/spark-server
16+ priority=1
2217autostart=true
2318autorestart=true
2419stdout_logfile=/var/log/spark-server.out.log
@@ -27,13 +22,15 @@ environment=LOG_FILE=/var/log/spark-server.log
2722
2823[program:spark-designer]
2924command=/usr/local/bin/spark-designer
25+ priority=4
3026autostart=true
3127autorestart=true
3228stdout_logfile=/var/log/spark-designer.out.log
3329stderr_logfile=/var/log/spark-designer.err.log
3430
3531[program:spark-file-syncer]
3632command=/usr/local/bin/spark-file-syncer 13000
33+ priority=3
3734directory=/workspaces/spark-template
3835autostart=true
3936autorestart=true
@@ -42,6 +39,7 @@ stderr_logfile=/var/log/spark-file-syncer.err.log
4239
4340[program:spark-static-preview]
4441command=npm run preview
42+ priority=5
4543directory=/workspaces/spark-template
4644autostart=true
4745autorestart=true
You can’t perform that action at this time.
0 commit comments