This website requires JavaScript.
Explore
Help
Sign In
LumeWeb
/
skynet-webportal
Archived
Watch
1
Star
0
Fork
You've already forked skynet-webportal
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
add pm2
Browse Source
...
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
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
9
pm2.json
Normal file
Unescape
Escape
View File
@ -0,0 +1,9 @@
{
"apps"
:
[
{
"name"
:
"siaviewer"
,
"script"
:
"yarn"
,
"args"
:
"start"
}
]
}
Reference in New Issue
Repository
LumeWeb/skynet-webportal
Title
Body
Create Issue