This commit is contained in:
Eddie Wang 2019-12-03 16:58:12 -05:00
parent 0cfadf91a8
commit 52d2e3d284
No known key found for this signature in database
GPG Key ID: DBFB3E83121BEDD1
1 changed files with 9 additions and 0 deletions

9
pm2.json Normal file
View File

@ -0,0 +1,9 @@
{
"apps": [
{
"name": "siaviewer",
"script": "yarn",
"args": "start"
}
]
}