mirror of
https://github.com/kou029w/quot.git
synced 2025-01-19 00:18:09 +00:00
10 lines
125 B
Text
10 lines
125 B
Text
|
[supervisord]
|
||
|
nodaemon = true
|
||
|
user = root
|
||
|
|
||
|
[program:app]
|
||
|
command = npm --prefix app start
|
||
|
|
||
|
[program:api]
|
||
|
command = postgrest
|