14 lines
284 B
JSON
14 lines
284 B
JSON
{
|
|
"build": [
|
|
["npm", "config", "set", "color", "false"],
|
|
["npm", "install"]
|
|
],
|
|
"services": [
|
|
{
|
|
"name": "TepexoffBot",
|
|
"restart_after_update": true,
|
|
"env": [],
|
|
"cmd": ["npm", "start"]
|
|
}
|
|
]
|
|
} |