diff --git a/pm2.json b/pm2.json new file mode 100644 index 00000000..3c316b6d --- /dev/null +++ b/pm2.json @@ -0,0 +1,9 @@ +{ + "apps": [ + { + "name": "siaviewer", + "script": "yarn", + "args": "start" + } + ] +} \ No newline at end of file