mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-17 07:12:12 +11:00
12 lines
206 B
JSON
12 lines
206 B
JSON
{
|
|
"name": "ccashfrontend",
|
|
"script": "index.js",
|
|
"watch": "tmp/restart.txt",
|
|
"instances": "1",
|
|
"env": {
|
|
"NODE_ENV": "development"
|
|
},
|
|
"env_production": {
|
|
"NODE_ENV": "production"
|
|
}
|
|
}
|