first commit
This commit is contained in:
13
start.json
Normal file
13
start.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"apps": [
|
||||
{
|
||||
"name": "user-panel",
|
||||
"script": "npm",
|
||||
"args": "start",
|
||||
"watch": false,
|
||||
"env": {
|
||||
"NODE_ENV": "production"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user